diff --git a/roles/ansible-pull/templates/ansible-pull.cfg b/roles/ansible-pull/templates/ansible-pull.cfg index 74beb5d..9502ab2 100644 --- a/roles/ansible-pull/templates/ansible-pull.cfg +++ b/roles/ansible-pull/templates/ansible-pull.cfg @@ -1,8 +1,8 @@ [defaults] gathering = smart interpreter_python = python3 -inventory = inventory -roles_path = roles +inventory = ansible-pull-repo/inventory +roles_path = ansible-pull-repo/roles # Secrets ask_become_pass = false ask_vault_pass = false