- name: Copy motd copy: content: "{{ lookup('file', 'motd/titles/' + inventory_hostname, errors='ignore') | default('') }}" dest: /etc/motd mode: "0644" ignore_errors: true