Commit a9710c81 by ansible

no message

1 parent 9283e207
Showing with 18 additions and 0 deletions
---
- hosts: all
become: true
tasks:
- 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
---
- hosts: all
become: true
tasks:
- 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
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!