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
|
||||
become: yes
|
||||
- name: Create the file /tmp/some_file
|
||||
file:
|
||||
path: '/tmp/some_file'
|
||||
state: touch
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user