We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81192bb commit a0f567eCopy full SHA for a0f567e
tasks/main.yml
@@ -15,7 +15,7 @@
15
ansible.builtin.setup:
16
delegate_to: "{{ item }}"
17
delegate_facts: true
18
- with_items: "{{ nomad_servers | difference(play_hosts) }}"
+ with_items: "{{ nomad_servers | difference(ansible_play_hosts) }}"
19
ignore_errors: true
20
when: nomad_gather_server_facts | bool
21
0 commit comments