9 lines
202 B
YAML
9 lines
202 B
YAML
---
|
|
- 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
|