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'