af
This commit is contained in:
10
01_linux.yml
10
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'
|
||||
|
||||
Reference in New Issue
Block a user