We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98f286 commit f594d37Copy full SHA for f594d37
environments/skeleton/{{cookiecutter.environment}}/ansible.cfg
@@ -13,3 +13,7 @@ filter_plugins = ../../ansible/filter_plugins
13
[ssh_connection]
14
ssh_args = -o ControlMaster=auto -o ControlPath=~/.ssh/%r@%h-%p -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null
15
pipelining = True
16
+
17
+[inventory]
18
+# Fail when any inventory source cannot be parsed.
19
+any_unparsed_is_failed = True
0 commit comments