fix indentation and spaces
This commit is contained in:
parent
52226b4267
commit
7ca5074157
@ -1,3 +1,4 @@
|
|||||||
|
# Standards: 0.1
|
||||||
---
|
---
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: xoxys
|
author: xoxys
|
||||||
|
@ -88,7 +88,7 @@
|
|||||||
table: "{{ item.table|default(omit) }}"
|
table: "{{ item.table|default(omit) }}"
|
||||||
with_items: "{{ unifi_open_ports }}"
|
with_items: "{{ unifi_open_ports }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{item.name}}"
|
label: "{{ item.name }}"
|
||||||
when: unifi_iptables_enabled
|
when: unifi_iptables_enabled
|
||||||
|
|
||||||
- name: Create systemd unit files
|
- name: Create systemd unit files
|
||||||
|
Loading…
Reference in New Issue
Block a user