mqtt.yml 269 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 - 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: Extract MQTT 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