Commit a5d069b3 by ansible

modify deploy iConsole step by adding

           - group, owner, mode parameter
1 parent f1f2a625
Showing with 5 additions and 1 deletions
...@@ -31,7 +31,10 @@ ...@@ -31,7 +31,10 @@
src: /tmp/source/iConsole.singlehost.dma.3.0.6.0.zip src: /tmp/source/iConsole.singlehost.dma.3.0.6.0.zip
dest: /opt dest: /opt
remote_src: yes remote_src: yes
group: wdadmin
owner: wdadmin
mode: 755
- name: Delete File - name: Delete File
command: rm /opt/stack/iConsole.singlehost.dma.3.0.6.0.zip command: rm /tmp/source/iConsole.singlehost.dma.3.0.6.0.zip
- name: Setup Schedule - name: Setup Schedule
command: /opt/Schedule/add_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!