fix spaces
the build was successful Details

This commit is contained in:
Robert Kaussow 2019-01-09 20:51:32 +01:00
parent 0b1eda68bd
commit 80f085411c
1 changed files with 7 additions and 7 deletions

View File

@ -60,11 +60,11 @@
name: "{{ item.name }}"
rules: "{{ item.rules }}"
state: "{{ item.state }}"
weight: "{{ item.weight|default(omit) }}"
table: "{{ item.table|default(omit) }}"
weight: "{{ item.weight | default(omit) }}"
table: "{{ item.table | default(omit) }}"
with_items: "{{ ldap_proxy_open_ports }}"
loop_control:
label: "{{item.name}}"
label: "{{ item.name }}"
when: ldap_proxy_iptables_enabled
become: True
become_user: root