Commit 4f7f4830 by ansible

no message

1 parent dd656caf
Showing with 2 additions and 2 deletions
......@@ -35,13 +35,13 @@
owner: wdadmin
mode: 0755
- file:
path: '/opt/{{ item.dir }}'
group: wdadmin
owner: wdadmin
mode: 0755
state: directory
recurse: yes
path: '/opt/{{ item.dir }}'
with_items:
with_items:
- { dir: 'Accessor' }
- { dir: 'iConsole' }
- { dir: 'json' }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!