Commit 48ced1ec by ansible

no message

1 parent 59fd3d59
Showing with 4 additions and 6 deletions
......@@ -4,9 +4,7 @@
tasks:
- name: Move MQTT to Working Folder
command: cp /tmp/source/message.3.0.2.tar.gz /opt/stack/message.3.0.2.tar.gz
- name: Change Directory
command: cd /opt/stack/
- name: Extract MQTT
command: tar -zxvf /opt/stack/message.3.0.2.tar.gz
command: tar -zxvf /opt/stack/message.3.0.2.tar.gz -C /opt/stack/
- name: Delete File
command: rm /opt/stack/message.3.0.2.tar.gz
\ No newline at end of file
......@@ -4,9 +4,7 @@
tasks:
- name: Move WebGate to Working Folder
command: cp /tmp/source/webgate.3.0.4.tar.gz /opt/stack/webgate.3.0.4.tar.gz
- name: Change Directory
command: cd /opt/stack/
- name: Extract WebGate
command: tar -zxvf /opt/stack/webgate.3.0.4.tar.gz
command: tar -zxvf /opt/stack/webgate.3.0.4.tar.gz -C /opt/stack/
- name: Delete File
command: rm /opt/stack/webgate.3.0.4.tar.gz
\ 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!