Skip to content

Commit f594d37

Browse files
committed
Fail when any inventory source cannot be parsed
1 parent d98f286 commit f594d37

File tree

1 file changed

+4
-0
lines changed
  • environments/skeleton/{{cookiecutter.environment}}

1 file changed

+4
-0
lines changed

environments/skeleton/{{cookiecutter.environment}}/ansible.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ filter_plugins = ../../ansible/filter_plugins
1313
[ssh_connection]
1414
ssh_args = -o ControlMaster=auto -o ControlPath=~/.ssh/%r@%h-%p -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null
1515
pipelining = True
16+
17+
[inventory]
18+
# Fail when any inventory source cannot be parsed.
19+
any_unparsed_is_failed = True

0 commit comments

Comments
 (0)