diff options
Diffstat (limited to 'ansible.cfg')
-rw-r--r-- | ansible.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg index 589a58e9d..5a4c1cd80 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -33,6 +33,10 @@ callback_whitelist = profile_tasks # Uncomment to use the provided AWS dynamic inventory script #hostfile = inventory/aws/ec2.py +[inventory] +# fail more helpfully when the inventory file does not parse (Ansible 2.4+) +unparsed_is_failed=true + # Additional ssh options for OpenShift Ansible [ssh_connection] pipelining = True |