Compare commits

..

No commits in common. "c6647d7c2ef3b90ba00f7df5c51acc345620cb19" and "2fd414d1b1c9905d1e2be4d1db417ca975c47272" have entirely different histories.

View File

@ -43,9 +43,7 @@
mode: u=rw,g=,o= mode: u=rw,g=,o=
src: "{{ item.src }}" src: "{{ item.src }}"
dest: "{{ item.dest }}" dest: "{{ item.dest }}"
when: when: fail2ban_templates | length > 0
- fail2ban_templates | length > 0
- item.src is exists
loop: "{{ fail2ban_templates }}" loop: "{{ fail2ban_templates }}"
loop_control: loop_control:
label: "{{ item.dest }}" label: "{{ item.dest }}"