test-ppl/playbook.yml
2025-02-14 11:49:20 +01:00

10 lines
155 B
YAML

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