install_mqtt.yml 226 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 --- - 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