Compare commits

...

3 commits

Author SHA1 Message Date
Jérémy Lecour c17bb03535 minifirewall: tail template follows symlinks
All checks were successful
continuous-integration/drone Build is passing
2022-03-25 18:16:36 +01:00
Jérémy Lecour d7d58bf158 Merge branch 'unstable' into stable 2022-03-02 09:42:28 +01:00
Jérémy Lecour 25563ee0f0 Merge pull request 'Release 22.01.3' (#146) from unstable into stable
Reviewed-on: evolix/ansible-roles#146
2022-01-31 11:58:23 +01:00
2 changed files with 3 additions and 0 deletions

View file

@ -14,6 +14,8 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Changed
* minifirewall: tail template follows symlinks
### Fixed
### Removed

View file

@ -4,6 +4,7 @@
src: "{{ item }}"
dest: "{{ minifirewall_tail_file }}"
force: "{{ minifirewall_tail_force | bool }}"
follow: yes
loop: "{{ query('first_found', templates) }}"
vars:
templates: