diff --git a/local.yml b/local.yml index 78b71c1..0fb1ddb 100644 --- a/local.yml +++ b/local.yml @@ -3,6 +3,11 @@ become: true tasks: - - name: install htop - apt: - name: htop + - name: ensure file exists + copy: + content: "" + dest: /root/testje + force: false + group: sys + owner: root + mode: 0555