Commit 4f7f4830 by ansible

no message

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