Showing
1 changed file
with
1 additions
and
1 deletions
@@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
19 | headers: | 19 | headers: |
20 | Host: 'dnsresolver.yohoops.org' | 20 | Host: 'dnsresolver.yohoops.org' |
21 | register: result | 21 | register: result |
22 | - with_items: "groups['askip-nginx']" | 22 | + with_items: "{{ groups['askip-nginx'] }}" |
23 | 23 | ||
24 | - name: print results | 24 | - name: print results |
25 | debug: | 25 | debug: |
-
Please register or login to post a comment