This commit is contained in:
2023-06-12 14:15:36 +02:00
parent 8ee5847bce
commit e7ae99f7ac

View File

@@ -5,7 +5,7 @@
tasks:
- name: Create file
ansible.buildin.file:
ansible.builtin.file:
path: /root/testfile.txt
state: touch
mode: '0755'