Compare commits
No commits in common. "c6647d7c2ef3b90ba00f7df5c51acc345620cb19" and "2fd414d1b1c9905d1e2be4d1db417ca975c47272" have entirely different histories.
c6647d7c2e
...
2fd414d1b1
@ -43,9 +43,7 @@
|
||||
mode: u=rw,g=,o=
|
||||
src: "{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
when:
|
||||
- fail2ban_templates | length > 0
|
||||
- item.src is exists
|
||||
when: fail2ban_templates | length > 0
|
||||
loop: "{{ fail2ban_templates }}"
|
||||
loop_control:
|
||||
label: "{{ item.dest }}"
|
||||
|
Loading…
Reference in New Issue
Block a user