Fix playbooks_dir, no need to append /ansible to it

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-08-08 11:39:34 +02:00
parent 4e85067c55
commit 2b73af6397

View file

@ -61,6 +61,6 @@ routing_keys:
# Command to use in place of ansible-playbook (for those that want to use
# Ansible Tower commands or custom wrappers of their own)
ansible:
playbooks_dir: {{ playbooks_dir }}/ansible
playbooks_dir: {{ playbooks_dir }}
cfg_file_path: {{ ansible_cfg_path }}
playbook_cmd: {{ playbook_cmd }}