1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Ubuntu - bigger hammer to stop squid on ubuntu with DG enabled

This commit is contained in:
Jerry Vonau 2017-11-02 19:33:33 -05:00
parent 836747908d
commit 4a6db98f5b

View file

@ -7,6 +7,10 @@
tags:
- download
- name: Bigger hammer for Ubuntu
command: /etc/init.d/squid stop
when: is_ubuntu
- name: Stop Squid
service: name={{ proxy }}
state=stopped