Adding missing colon... can't believe I missed that... sorry

pull/621/head
Peter Sankauskas 14 years ago
parent b38f8bfa80
commit 4b66d98332

@ -232,7 +232,7 @@ class Play(object):
self.vars.update(data) self.vars.update(data)
elif host is not None: elif host is not None:
self.playbook.callbacks.on_not_import_for_host(host, filename4) self.playbook.callbacks.on_not_import_for_host(host, filename4)
if found if found:
break break
if not found: if not found:
raise errors.AnsibleError( raise errors.AnsibleError(

Loading…
Cancel
Save