update local.yml
This commit is contained in:
parent
861c7a1e3f
commit
3f124819e9
1 changed files with 1 additions and 2 deletions
|
@ -1,12 +1,11 @@
|
|||
- hosts: localhost
|
||||
connection: local
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- name: ensure file exists
|
||||
copy:
|
||||
content: ""
|
||||
dest: /root/testje
|
||||
dest: /home/pim/testje.txt
|
||||
force: false
|
||||
group: sys
|
||||
owner: root
|
||||
|
|
Reference in a new issue