--- - name: simple fetch hosts: server become: true tasks: - name: fetch /etc/motd fetch: src: /etc/motd #dest: '/tmp/motd-{{ ansible_facts["fqdn"] }}' dest: /tmp/motds flat: false