diff options
Diffstat (limited to 'ansible.cfg')
-rw-r--r-- | ansible.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg index cdf7c7a..d36291e 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -inventory = inventory/ansible.json; +inventory = inventory/ansible.ini ; Don't whine about the python interpreter interpreter_python = /usr/bin/python; ; Don't wait for each host to finish. |