From 3f124819e9f3eb292fd9ffab64f5594b811ca747 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Mon, 13 Mar 2023 10:21:51 +0100 Subject: [PATCH] update local.yml --- local.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/local.yml b/local.yml index 0fb1ddb..bd5520a 100644 --- a/local.yml +++ b/local.yml @@ -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