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
|
- hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
become: true
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: ensure file exists
|
- name: ensure file exists
|
||||||
copy:
|
copy:
|
||||||
content: ""
|
content: ""
|
||||||
dest: /root/testje
|
dest: /home/pim/testje.txt
|
||||||
force: false
|
force: false
|
||||||
group: sys
|
group: sys
|
||||||
owner: root
|
owner: root
|
||||||
|
|
Reference in a new issue