squid: better replacement in minifirewall config

This commit is contained in:
Jérémy Lecour 2018-12-04 14:26:13 +01:00 committed by Jérémy Lecour
parent 33e29657a7
commit 59dd03c91e
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ The **patch** part changes incrementally at each release.
* squid: minifirewall main file is configurable
### Changed
* squid: better replacement in minifirewall config
### Fixed

View File

@ -17,6 +17,7 @@
lineinfile:
dest: "{{ minifirewall_main_file }}"
line: "HTTPSITES='0.0.0.0/0'"
regexp: "HTTPSITES='.*'"
insertafter: "^#HTTPSITES="
notify: restart minifirewall