update user setup and add password
This commit is contained in:
parent
27c14a177c
commit
7d4c19584c
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
ansible.windows.win_user:
|
ansible.windows.win_user:
|
||||||
name: 'obs'
|
name: 'obs'
|
||||||
state: present
|
state: present
|
||||||
|
password: "{{ win_obs_init__password }}"
|
||||||
account_disabled: false
|
account_disabled: false
|
||||||
description: 'Account to run OBS at this WINDOWS host'
|
description: 'Account to run OBS at this WINDOWS host'
|
||||||
groups_action: 'add'
|
groups_action: 'add'
|
||||||
|
|
Loading…
Reference in a new issue