1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

iiab.ini: '| string' avoids Ansible warnings

This commit is contained in:
root 2020-01-11 21:41:37 -05:00
parent 9e0aea211d
commit 99f48aae4a
57 changed files with 62 additions and 62 deletions

View file

@ -197,7 +197,7 @@
dest: "{{ iiab_ini_file }}"
section: computed_network
option: "{{ item.option }}"
value: "{{ item.value }}"
value: "{{ item.value | string }}"
with_items:
- option: iiab_wan_enabled
value: "{{ iiab_wan_enabled }}"

View file

@ -54,7 +54,7 @@
dest: "{{ iiab_ini_file }}"
section: network
option: "{{ item.option }}"
value: "{{ item.value }}"
value: "{{ item.value | string }}"
with_items:
- option: dansguardian_enabled
value: "{{ dansguardian_enabled }}"

View file

@ -193,7 +193,7 @@
dest: "{{ iiab_ini_file }}"
section: detected_network
option: "{{ item.option }}"
value: "{{ item.value }}"
value: "{{ item.value | string }}"
with_items:
- option: has_ifcfg_gw
value: "{{ has_ifcfg_gw }}"

View file

@ -206,7 +206,7 @@
path: "{{ iiab_ini_file }}"
section: squid
option: "{{ item.option }}"
value: "{{ item.value }}"
value: "{{ item.value | string }}"
with_items:
- option: enabled
value: "{{ squid_enabled }}"
@ -216,7 +216,7 @@
path: "{{ iiab_ini_file }}"
section: dansguardian
option: "{{ item.option }}"
value: "{{ item.value }}"
value: "{{ item.value | string }}"
with_items:
- option: enabled
value: "{{ dansguardian_enabled }}"
@ -226,7 +226,7 @@
path: "{{ iiab_ini_file }}"
section: wondershaper
option: "{{ item.option }}"
value: "{{ item.value }}"
value: "{{ item.value | string }}"
with_items:
- option: enabled
value: "{{ wondershaper_enabled }}"

View file

@ -95,7 +95,7 @@
dest: "{{ iiab_ini_file }}"
section: "{{ proxy }}"
option: "{{ item.option }}"
value: "{{ item.value }}"
value: "{{ item.value | string }}"
with_items:
- option: name
value: Squid
@ -109,7 +109,7 @@
dest: "{{ iiab_ini_file }}"
section: dansguardian
option: "{{ item.option }}"
value: "{{ item.value }}"
value: "{{ item.value | string }}"
with_items:
- option: name
value: DansGuardian

View file

@ -50,7 +50,7 @@
dest: "{{ iiab_ini_file }}"
section: wondershaper
option: "{{ item.option }}"
value: "{{ item.value }}"
value: "{{ item.value | string }}"
with_items:
- option: name
value: wondershaper