mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Adding missing colon... can't believe I missed that... sorry
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user