user: don't allow nimbus user password to expire

Otherwise we'll get startup failures due to:
```
Error 1069: The service did not start due to logon failure.
The password for this account has expired.
```
https://github.com/status-im/infra-nimbus/issues/116

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-07-12 15:53:22 +02:00
parent 76d6d8d59b
commit 895998e068
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
profile: '{{ beacon_node_service_home }}'
home_directory: '{{ beacon_node_service_home }}'
password: '{{ beacon_node_service_user_pass }}'
password_expired: false
password_never_expires: true
- name: Create user profile
win_user_profile: