Commit ad777f65 by Michael DeHaan

Fix contrib link.

parent 63e510a6
......@@ -53,7 +53,9 @@ class ActionModule(object):
### find all groups
groups = {}
for host in self.runner.host_set:
data = inject['hostvars'][host]
if not check_conditional(template.template(self.runner.basedir, self.runner.conditional, data)):
continue
......
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