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:
parent
836747908d
commit
4a6db98f5b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue