mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 23:59:11 +00:00
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…
x
Reference in New Issue
Block a user