Commit 2a281f69 by Michael DeHaan

Merge pull request #621 from pas256/patch-2

Adding missing colon... can't believe I missed that... sorry
parents b38f8bfa 4b66d983
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment