add file to 'Create the file /tmp/some_file' task (#272)
Co-authored-by: Anas Tayaa <SESA646124@se.com>
This commit is contained in:
parent
20518bafba
commit
2325b67a97
@ -12,6 +12,7 @@
|
|||||||
state: present
|
state: present
|
||||||
become: yes
|
become: yes
|
||||||
- name: Create the file /tmp/some_file
|
- name: Create the file /tmp/some_file
|
||||||
|
file:
|
||||||
path: '/tmp/some_file'
|
path: '/tmp/some_file'
|
||||||
state: touch
|
state: touch
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user