Skip to content

Commit 55bd8ca

Browse files
anastayaaAnas Tayaa
authored andcommitted
add file to 'Create the file /tmp/some_file' task (bregman-arie#272)
Co-authored-by: Anas Tayaa <SESA646124@se.com>
1 parent e1d2cc5 commit 55bd8ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

topics/ansible/solutions/my_first_playbook.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
state: present
1313
become: yes
1414
- name: Create the file /tmp/some_file
15+
file:
1516
path: '/tmp/some_file'
1617
state: touch
1718
```

0 commit comments

Comments
 (0)