mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
removed uneeded quotes
This commit is contained in:
parent
aa6486778f
commit
0cd7942155
1 changed files with 2 additions and 2 deletions
|
@ -169,8 +169,8 @@ fact_caching = memory
|
||||||
|
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
#become=True
|
#become=True
|
||||||
#become_method='sudo'
|
#become_method=sudo
|
||||||
#become_user='root'
|
#become_user=root
|
||||||
#become_ask_pass=False
|
#become_ask_pass=False
|
||||||
|
|
||||||
[paramiko_connection]
|
[paramiko_connection]
|
||||||
|
|
Loading…
Reference in a new issue