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

View File

@@ -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
``` ```