add file to 'Create the file /tmp/some_file' task (#272)

Co-authored-by: Anas Tayaa <SESA646124@se.com>
This commit is contained in:
Anas TAYAA 2022-08-10 17:17:51 +02:00 committed by GitHub
parent 20518bafba
commit 2325b67a97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
state: present
become: yes
- name: Create the file /tmp/some_file
file:
path: '/tmp/some_file'
state: touch
```