From 93df5197a7b647db481b56c2dfd4b0ad635192c1 Mon Sep 17 00:00:00 2001 From: Bryce Date: Sun, 29 Aug 2021 23:27:19 -0700 Subject: [PATCH] updated inventory in ansible.cfg to full filename. (#129) Signed-off-by: Bryce --- ansible/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 3bc7fcf5..a5aa9069 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,6 +1,6 @@ [defaults] roles_path = ./roles -inventory = ./inventory +inventory = ./inventory.ini library = ./library host_key_checking = False forks = 5