mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix contrib link.
This commit is contained in:
parent
63e510a632
commit
ad777f6538
1 changed files with 2 additions and 0 deletions
|
@ -53,7 +53,9 @@ class ActionModule(object):
|
||||||
|
|
||||||
### find all groups
|
### find all groups
|
||||||
groups = {}
|
groups = {}
|
||||||
|
|
||||||
for host in self.runner.host_set:
|
for host in self.runner.host_set:
|
||||||
|
|
||||||
data = inject['hostvars'][host]
|
data = inject['hostvars'][host]
|
||||||
if not check_conditional(template.template(self.runner.basedir, self.runner.conditional, data)):
|
if not check_conditional(template.template(self.runner.basedir, self.runner.conditional, data)):
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue