Commit 0905aa57 by ansible

no message

1 parent 8c82f658
Showing with 4 additions and 3 deletions
......@@ -15,10 +15,10 @@
become: true
tasks:
- 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
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
command: rm /opt/stack/iConsole.singlehost.tar.gz
command: rm /opt/stack/iConsole.singlehost.dma.tar.gz
- 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!