Commit 0905aa57 by ansible

no message

1 parent 8c82f658
Showing with 4 additions and 3 deletions
...@@ -15,10 +15,10 @@ ...@@ -15,10 +15,10 @@
become: true become: true
tasks: tasks:
- name: Copy iConsole - name: Copy iConsole
command: cp /tmp/source/iConsole.singlehost.tar.gz /opt/stack/iConsole.singlehost.tar.gz command: cp /tmp/source/iConsole.singlehost.dma.tar.gz /opt/stack/iConsole.singlehost.dma.tar.gz
- name: Extract root - name: Extract root
command: tar -zxvf /opt/stack/iConsole.singlehost.tar.gz -C /opt/ command: tar -zxvf /opt/stack/iConsole.singlehost.dma.tar.gz -C /opt/
- name: Delete File - name: Delete File
command: rm /opt/stack/iConsole.singlehost.tar.gz command: rm /opt/stack/iConsole.singlehost.dma.tar.gz
- 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!