1
Ansible
eamonn.travers edited this page 6 years ago
Create a directory
---
- name Create a Directory
file:
path: /testy/test
owner: root
group: root
mode: 0755
state: directory
---
- name Create a Directory
file:
path: /testy/test
owner: root
group: root
mode: 0755
state: directory
Deleting the wiki page 'Ansible' cannot be undone. Continue?