From b43fba8103d9794f23b9e3baef84cc1886212f42 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 4 Apr 2022 15:33:10 -0700 Subject: [PATCH] ansible-server: move inventory to the right place Signed-off-by: Kevin Fenzi --- roles/ansible-server/templates/ansible.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ansible-server/templates/ansible.cfg.j2 b/roles/ansible-server/templates/ansible.cfg.j2 index 36078c0bdb..133b63afd6 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -153,6 +153,7 @@ hash_behaviour=merge # (pathlist) Comma separated list of Ansible inventory sources ;inventory=/etc/ansible/hosts +inventory={{ ansible_base }}/ansible/inventory # (pathspec) Colon separated paths in which Ansible will search for HttpApi Plugins. ;httpapi_plugins=~/.ansible/plugins/httpapi:/usr/share/ansible/plugins/httpapi @@ -681,7 +682,6 @@ pipelining=True [inventory] -inventory={{ ansible_base }}/ansible/inventory # (string) This setting changes the behaviour of mismatched host patterns, it allows you to force a fatal error, a warning or just ignore it ;host_pattern_mismatch=warning