--- - name: Play di esempio per utilizzo anisle pull hosts: localhost tasks: - name: Touch del file /tmp/pippo.txt ansible.builtin.file: path: /tmp/pippo.txt state: touch