ansible.cfg: do not quote jinja var
This commit is contained in:
parent
b8cf7a0028
commit
25ccb40c06
@ -5,4 +5,4 @@ inventory = hosts
|
|||||||
pipelining = true
|
pipelining = true
|
||||||
|
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
become_method = "{{ escalation_method }}"
|
become_method = {{ escalation_method }}
|
||||||
|
Reference in New Issue
Block a user