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

stop squid after install

This commit is contained in:
Jerry Vonau 2017-11-02 01:18:26 -05:00
parent 6fae49c465
commit 26aa57537f

View file

@ -64,15 +64,14 @@
mode=0750
state=directory
- name: Stop Squid
service: name={{ proxy }}
state=stopped
when: not installing
- include_tasks: roles/network/tasks/dansguardian.yml
when: dansguardian_install
#- name: Stop Squid
# service: name={{ proxy }}
# state=stopped
# ignore_errors: yes
# when: not installing
- name: Add Squid to service list
ini_file: dest='{{ service_filelist }}'
section={{ proxy }}