From 625344626840e980d5c7dc1743499dfed54e1b8a Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 12 Jun 2023 14:17:47 +0200 Subject: [PATCH] af --- 01_linux.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/01_linux.yml b/01_linux.yml index 1fff97d..e8ba4a4 100644 --- a/01_linux.yml +++ b/01_linux.yml @@ -4,8 +4,8 @@ become: true tasks: - - name: Create file - ansible.builtin.file: - path: /root/testfile.txt - state: touch - mode: '0755' + - name: Create file + ansible.builtin.file: + path: /root/testfile.txt + state: touch + mode: '0755'