packweb: fix old bug (2017!) .orig file created by module patch and taken in account by ProFTPd

This commit is contained in:
William Hirigoyen 2024-03-27 15:17:48 +01:00
parent 96504b1deb
commit 5acb1956f5
2 changed files with 7 additions and 0 deletions

View file

@ -27,6 +27,7 @@ The **patch** part is incremented if multiple releases happen the same month
* memcached: Fix conditions not properly writen (installation was always in multi-instance mode)
* fail2ban: SQLite purge script didn't vacuum as expected + error when vacuum cannot be done
* nagios-nrpe: create /etc/bash_completion.d if missing
* packweb: fix old bug (2017!) .orig file created by module patch and taken in account by ProFTPd
### Removed

View file

@ -10,3 +10,9 @@
remote_src: False
src: ftp/evolinux.conf.diff
dest: /etc/proftpd/conf.d/z-evolinux.conf
- name: Remove .orig file created by previous patch task
ansible.builtin.file:
path: /etc/proftpd/conf.d/z-evolinux.conf.orig
state: absent