Andrew Butcher %!s(int64=8) %!d(string=hai) anos
pai
achega
12b17e1af3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/nickhammond.logrotate/tasks/main.yml

+ 1 - 1
roles/nickhammond.logrotate/tasks/main.yml

@@ -7,5 +7,5 @@
   template:
     src: logrotate.d.j2
     dest: /etc/logrotate.d/{{ item.name }}
-  with_items: "{{ logrotate_scripts }}"
+  with_items: "{{ logrotate_scripts | default([]) }}"
   when: logrotate_scripts is defined