minifirewall: Properly detect alert5.sh to turn on firewall at boot
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ludovic Poujol 2020-02-17 16:02:48 +01:00
parent 02e8754d75
commit 704b76e6de
Signed by: lpoujol
GPG Key ID: 6F563E6A4DD5DCEF
2 changed files with 2 additions and 1 deletions

View File

@ -84,6 +84,7 @@ The **patch** part changes incrementally at each release.
* evolinux-base: Don't make alert5.service executable as systemd will complain * evolinux-base: Don't make alert5.service executable as systemd will complain
* webapps/evoadmin-web: Set default evoadmin_mail_tpl_force to True to fix a regression where the mail template would not get updated because the file is created before the role is first run. * webapps/evoadmin-web: Set default evoadmin_mail_tpl_force to True to fix a regression where the mail template would not get updated because the file is created before the role is first run.
* minifirewall: Backport changes from minifirewall (properly open outgoing smtp(s)) * minifirewall: Backport changes from minifirewall (properly open outgoing smtp(s))
* minifirewall: Properly detect alert5.sh to turn on firewall at boot
### Security ### Security

View File

@ -16,7 +16,7 @@
- name: check if /usr/share/scripts/alert5 exists - name: check if /usr/share/scripts/alert5 exists
stat: stat:
path: /usr/share/scripts/alert5 path: /usr/share/scripts/alert5.sh
register: usr_share_scripts_alert5 register: usr_share_scripts_alert5
- name: Uncomment minifirewall start line - name: Uncomment minifirewall start line