update ansible pull script

This commit is contained in:
Pim Kunis 2023-03-13 10:05:50 +01:00
parent 9d01349ed7
commit 861c7a1e3f

View file

@ -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