File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,7 @@ filter_plugins = ../../ansible/filter_plugins
13
13
[ssh_connection]
14
14
ssh_args = -o ControlMaster =auto ControlPath =~/.ssh/%r@%h-%p -o ControlPersist =240s -o PreferredAuthentications =publickey -o UserKnownHostsFile =/dev/null
15
15
pipelining = True
16
+
17
+ [inventory]
18
+ # Fail when any inventory source cannot be parsed.
19
+ any_unparsed_is_failed = True
Original file line number Diff line number Diff line change @@ -14,3 +14,7 @@ filter_plugins = ../../ansible/filter_plugins
14
14
[ssh_connection]
15
15
ssh_args = -o ServerAliveInterval =10 -o ControlMaster =auto -o ControlPath =~/.ssh/%r@%h-%p -o ControlPersist =240s -o PreferredAuthentications =publickey -o UserKnownHostsFile =/dev/null
16
16
pipelining = True
17
+
18
+ [inventory]
19
+ # Fail when any inventory source cannot be parsed.
20
+ any_unparsed_is_failed = True
You can’t perform that action at this time.
0 commit comments