1
0
Fork 0
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:
holta 2019-05-24 03:06:43 -04:00
parent 2ea775848a
commit 3eccbd9d60
15 changed files with 34 additions and 33 deletions

View file

@ -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 }}