Fix playbooks_dir, no need to append /ansible to it
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
4e85067c55
commit
2b73af6397
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue