Compare commits
2 Commits
2fd414d1b1
...
c6647d7c2e
Author | SHA1 | Date | |
---|---|---|---|
c6647d7c2e | |||
143eea72ae |
@ -43,7 +43,9 @@
|
||||
mode: u=rw,g=,o=
|
||||
src: "{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
when: fail2ban_templates | length > 0
|
||||
when:
|
||||
- fail2ban_templates | length > 0
|
||||
- item.src is exists
|
||||
loop: "{{ fail2ban_templates }}"
|
||||
loop_control:
|
||||
label: "{{ item.dest }}"
|
||||
|
Loading…
Reference in New Issue
Block a user