mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
use sudo pwd
This commit is contained in:
parent
ee390ae7ce
commit
772baa6385
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ transport = local
|
||||||
interpreter_python = /usr/bin/python3
|
interpreter_python = /usr/bin/python3
|
||||||
|
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
become_method = sudo
|
become_method = su
|
||||||
become_user = root
|
become_user = root
|
||||||
|
|
||||||
[passwordstore_lookup]
|
[passwordstore_lookup]
|
||||||
|
|
Loading…
Reference in a new issue