Commit 4f7f4830 by ansible

no message

1 parent dd656caf
Showing with 2 additions and 2 deletions
...@@ -35,13 +35,13 @@ ...@@ -35,13 +35,13 @@
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' }
- { dir: 'json' } - { dir: 'json' }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!