Commit 59fd3d59 by ansible

no message

1 parent d68d9450
Showing with 2 additions and 2 deletions
......@@ -5,7 +5,7 @@
- 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
command: cd /opt/stack/
- name: Extract MQTT
command: tar -zxvf /opt/stack/message.3.0.2.tar.gz
- name: Delete File
......
......@@ -5,7 +5,7 @@
- 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
command: cd /opt/stack/
- name: Extract WebGate
command: tar -zxvf /opt/stack/webgate.3.0.4.tar.gz
- name: Delete File
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!