mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #621 from pas256/patch-2
Adding missing colon... can't believe I missed that... sorry
This commit is contained in:
commit
2a281f69c2
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ class Play(object):
|
|||
self.vars.update(data)
|
||||
elif host is not None:
|
||||
self.playbook.callbacks.on_not_import_for_host(host, filename4)
|
||||
if found
|
||||
if found:
|
||||
break
|
||||
if not found:
|
||||
raise errors.AnsibleError(
|
||||
|
|
Loading…
Reference in a new issue