--- - name: Remove cached motd become: true file: path: "{{ item }}" state: absent loop: - /var/run/motd.dynamic - /var/run/motd.dynamic.new ...