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

Cleaner network/tasks/enable_services.yml like PR #2768

This commit is contained in:
root 2021-04-30 11:22:49 -04:00
parent 670746fe88
commit fbb476f667

View file

@ -228,6 +228,7 @@
value: "{{ squid_install }}"
- option: squid_enabled
value: "{{ squid_enabled }}"
when: squid_installed is defined
- name: Add 'dansguardian' variable values to {{ iiab_ini_file }}
ini_file:
@ -240,6 +241,7 @@
value: "{{ dansguardian_install }}"
- option: dansguardian_enabled
value: "{{ dansguardian_enabled }}"
when: dansguardian_installed is defined
- name: Add 'wondershaper' variable values to {{ iiab_ini_file }}
ini_file:
@ -252,3 +254,4 @@
value: "{{ wondershaper_install }}"
- option: wondershaper_enabled
value: "{{ wondershaper_enabled }}"
when: wondershaper is defined