diff options
Diffstat (limited to 'test/integration/targets/delegate_to/delegate_facts_loop.yml')
-rw-r--r-- | test/integration/targets/delegate_to/delegate_facts_loop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/delegate_to/delegate_facts_loop.yml b/test/integration/targets/delegate_to/delegate_facts_loop.yml index 90a25676dd..142c82ce1e 100644 --- a/test/integration/targets/delegate_to/delegate_facts_loop.yml +++ b/test/integration/targets/delegate_to/delegate_facts_loop.yml @@ -18,4 +18,4 @@ that: - "'test' in hostvars[item]" - hostvars[item]['test'] == 123 - loop: "{{ groups['all'] | difference(['localhost']) }}" + loop: "{{ groups['all'] | difference(['localhost'])}}" |