Premier commit
This commit is contained in:
commit
703648045b
9
playbook.yml
Normal file
9
playbook.yml
Normal file
@ -0,0 +1,9 @@
|
||||
- hosts: all
|
||||
# become: true
|
||||
tasks:
|
||||
- name:
|
||||
ansible.builtin.file:
|
||||
path: /tmp/truc
|
||||
state: touch
|
||||
mode: u=rw,g=r,o=r
|
||||
|
Loading…
x
Reference in New Issue
Block a user