mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix contrib link.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user