fix runas instruction
This commit is contained in:
parent
ddf576f3c3
commit
077b55f2d0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
& powercfg -x disk-timeout-ac 0
|
||||
& powercfg -x disk-timeout-dc 0
|
||||
become: true
|
||||
become_method: runas
|
||||
become_method: ansible.builtin.runas
|
||||
become_user: "{{ win_obs_init__user }}"
|
||||
vars:
|
||||
ansible_become_pass: '{{ win_obs_init__password }}'
|
||||
|
|
Loading…
Reference in a new issue