This commit is contained in:
2023-06-12 14:32:31 +02:00
parent 6253446268
commit a487af4d76

View File

@@ -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...