Tweak for loop syntax
This commit is contained in:
parent
4af3a2ec32
commit
72478b0264
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@
|
||||||
# open up tcp ports
|
# open up tcp ports
|
||||||
- name: poke holes in the firewall
|
- name: poke holes in the firewall
|
||||||
action: command lokkit -p '{{ item }}:tcp'
|
action: command lokkit -p '{{ item }}:tcp'
|
||||||
with_items: "{{ tcp_ports }}"
|
with_items:
|
||||||
|
- "{{ tcp_ports }}"
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue