Commit dd656caf by ansible

no message

1 parent 290bc34e
Showing with 13 additions and 0 deletions
......@@ -34,5 +34,17 @@
group: wdadmin
owner: wdadmin
mode: 0755
- file:
group: wdadmin
owner: wdadmin
mode: 0755
state: directory
recurse: yes
path: '/opt/{{ item.dir }}'
with_items:
- { dir: 'Accessor' }
- { dir: 'iConsole' }
- { dir: 'json' }
- { dir: 'Schedule' }
- name: Setup Schedule
command: /opt/Schedule/add_schedule
\ 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!