From 5867d6038cebbd3a47c2f5130cd7f405cff15fd8 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 20 Sep 2017 12:35:13 +0300 Subject: [PATCH] ansible.cfg: Add inventory option As of Ansible 2.4 the ANSIBLE_HOSTS environment variable is deprecated so we need to specify this some other way. --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index b12d40a..5f77526 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,6 +1,7 @@ [defaults] retry_files_enabled=False force_handlers=True +inventory=hosts [ssh_connection] pipelining=True