Commit d68d9450 by ansible

no message

1 parent 8837f4ad
Showing with 4 additions and 0 deletions
......@@ -4,6 +4,8 @@
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
- name: Delete File
......
......@@ -4,6 +4,8 @@
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
- name: Delete File
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!