summaryrefslogtreecommitdiffstats
path: root/roles/ands_facts/tasks/nodes.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ands_facts/tasks/nodes.yml')
-rw-r--r--roles/ands_facts/tasks/nodes.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/roles/ands_facts/tasks/nodes.yml b/roles/ands_facts/tasks/nodes.yml
index d9f61df..822b380 100644
--- a/roles/ands_facts/tasks/nodes.yml
+++ b/roles/ands_facts/tasks/nodes.yml
@@ -1,7 +1,9 @@
- name: Process all nodes
include_tasks: "node.yml"
- run_once: true
- delegate_to: "{{ groups['masters'][0] }}"
+ args:
+ apply:
+ run_once: true
+ delegate_to: "{{ groups['masters'][0] }}"
with_dict: "{{ hostvars }}"
when: host.key in groups['ands']
vars: