2021-08-13 09:23:50 +03:00

9 lines
128 B
Markdown

## My First Task - Solution
```
- name: Create a new directory
file:
path: "/tmp/new_directory"
state: directory
```