fix ansible_cfg_path variable name usage for loopabull role template

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2017-03-15 16:37:17 +00:00
parent 727a6f75fb
commit 49a86113f1

View file

@ -36,5 +36,5 @@ routing_keys:
# Ansible Tower commands or custom wrappers of their own)
ansible:
playbooks_dir: {{ playbooks_dir }}
cfg_file_path: {{ cfg_file_path }}
cfg_file_path: {{ ansible_cfg_path }}
playbook_cmd: {{ playbook_cmd }}