update ansible pull script
This commit is contained in:
parent
9d01349ed7
commit
861c7a1e3f
1 changed files with 8 additions and 3 deletions
11
local.yml
11
local.yml
|
@ -3,6 +3,11 @@
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: install htop
|
- name: ensure file exists
|
||||||
apt:
|
copy:
|
||||||
name: htop
|
content: ""
|
||||||
|
dest: /root/testje
|
||||||
|
force: false
|
||||||
|
group: sys
|
||||||
|
owner: root
|
||||||
|
mode: 0555
|
||||||
|
|
Reference in a new issue