From 3774defba5706ef30ad2596dd979f01ce8e4b687 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 31 Oct 2020 20:57:55 -0500 Subject: [PATCH] Fix ansible-pull not working. At all. --- roles/ansible-pull/templates/ansible-pull.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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