This commit is contained in:
2023-06-12 14:17:47 +02:00
parent e7ae99f7ac
commit 6253446268

View File

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