--- - name: Example playbook hosts: localhost tasks: - name: Write file content ansible.builtin.copy: content: "Some {{ foo }}" dest: /tmp/foo.txt mode: "0600"