Commit 15a08164 by ansible

no message

1 parent a9710c81
Showing with 4 additions and 4 deletions
......@@ -5,4 +5,4 @@
- name: Move MQTT to Working Folder
command: mv /tmp/source/message.3.0.2.tar.gz /opt/stack/.
- name: Extract MQTT
command: tar -zcvf /opt/stack/message.3.0.2.tar.gz
\ No newline at end of file
command: tar -zxvf /opt/stack/message.3.0.2.tar.gz
\ No newline at end of file
......@@ -5,4 +5,4 @@
- name: Move WebGate to Working Folder
command: mv /tmp/source/webgate.3.0.4.tar.gz /opt/stack/.
- name: Extract WebGate
command: tar -zcvf /opt/stack/webgate.3.0.4.tar.gz
\ No newline at end of file
command: tar -zxvf /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!