diff --git a/topics/ansible/solutions/my_first_playbook.md b/topics/ansible/solutions/my_first_playbook.md index ab1761e..5e046f7 100644 --- a/topics/ansible/solutions/my_first_playbook.md +++ b/topics/ansible/solutions/my_first_playbook.md @@ -12,6 +12,7 @@ state: present become: yes - name: Create the file /tmp/some_file + file: path: '/tmp/some_file' state: touch ```