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:
parent
670746fe88
commit
fbb476f667
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue