Add on_import_for_host callback from non-list case

This commit is contained in:
Daniel Hokka Zakrisson 2013-02-03 23:26:02 +01:00
parent dc5c430f45
commit a025cfcb33

View file

@ -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)