Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 128 Bytes

my_first_task.md

File metadata and controls

8 lines (7 loc) · 128 Bytes

My First Task - Solution

- name: Create a new directory
  file:
    path: "/tmp/new_directory"
    state: directory