8 lines
136 B
YAML
8 lines
136 B
YAML
---
|
|
- hosts: all
|
|
tasks:
|
|
- name: Create a test directory
|
|
ansible.builtin.file:
|
|
path: test_directory
|
|
state: directory
|