1 2 3 4 5 6 7 8 9
--- - name: Example playbook hosts: localhost tasks: - name: Write file content ansible.builtin.copy: content: "Some {{ foo }}" dest: /tmp/foo.txt mode: "0600"