mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
'| bool' for Ansible 2.8; prep U18+
This commit is contained in:
parent
2ea775848a
commit
3eccbd9d60
15 changed files with 34 additions and 33 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- name: "Bigger hammer for Ubuntu, run: /etc/init.d/squid stop"
|
||||
command: /etc/init.d/squid stop
|
||||
when: is_ubuntu
|
||||
when: is_ubuntu | bool
|
||||
|
||||
- name: Stop Squid
|
||||
service:
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
state: directory
|
||||
|
||||
- include_tasks: roles/network/tasks/dansguardian.yml
|
||||
when: dansguardian_install
|
||||
when: dansguardian_install | bool
|
||||
|
||||
# {{ proxy }} is normally "squid", but is "squid3" on raspbian-8 & debian-8
|
||||
- name: Add '{{ proxy }}' variable values to {{ iiab_ini_file }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue