From a487af4d76c4be4abd894e37fc824e4d63ceb2f2 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 12 Jun 2023 14:32:31 +0200 Subject: [PATCH] af --- 01_linux.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/01_linux.yml b/01_linux.yml index e8ba4a4..694d8eb 100644 --- a/01_linux.yml +++ b/01_linux.yml @@ -9,3 +9,9 @@ path: /root/testfile.txt state: touch mode: '0755' + + + - name: Add line in file + ansible.builtin.lineinfile: + path: /root/testfile.txt + line: Ansible was here...