Commit f768952c by ansible

no message

1 parent 36e9642e
Showing with 3 additions and 2 deletions
- name: Create "API Manager" Folder Structure
file:
file:
path: "{{ item.path }}"
owner: "{{ item.owner }}"
group: "{{ item.owner }}"
state: directory
with_items:
with_items:
- { owner: root, path: /opt/stack }
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!