Loading tasks/motd.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,9 @@ path: "{{ item.path }}" state: "absent" loop: "{{ old_motd.files }}" when: "old_motd.files|length > 0" when: - "old_motd.files|length > 0" - "ansible_os_family == 'Debian'" # remove old motd files - name: "motd - cleanup main file" Loading Loading
tasks/motd.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,9 @@ path: "{{ item.path }}" state: "absent" loop: "{{ old_motd.files }}" when: "old_motd.files|length > 0" when: - "old_motd.files|length > 0" - "ansible_os_family == 'Debian'" # remove old motd files - name: "motd - cleanup main file" Loading