- hosts: all # become: true tasks: - name: ansible.builtin.file: path: /tmp/truc state: touch mode: u=rw,g=r,o=r