Add on_import_for_host callback from non-list case

pull/1977/head
Daniel Hokka Zakrisson 12 years ago
parent dc5c430f45
commit a025cfcb33

@ -326,6 +326,7 @@ class Play(object):
# running a host specific pass and has host specific variables
# load into setup cache
self.playbook.SETUP_CACHE[host].update(new_vars)
self.playbook.callbacks.on_import_for_host(host, filename4)
elif host is None:
# running a non-host specific pass and we can update the global vars instead
self.vars.update(new_vars)

Loading…
Cancel
Save