ansible.cfg: do not quote jinja var

This commit is contained in:
dogeystamp 2023-06-19 21:49:41 -04:00
parent b8cf7a0028
commit 25ccb40c06
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -5,4 +5,4 @@ inventory = hosts
pipelining = true
[privilege_escalation]
become_method = "{{ escalation_method }}"
become_method = {{ escalation_method }}