getdeviceids.yml 277 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 --- - hosts: starnet sudo: yes gather_facts: false tasks: - copy: src=./getdeviceid_tx1 dest=/root/UserApp/ - raw: cd /root/UserApp/getdeviceid_tx1;chmod +x * ; export LD_LIBRARY_PATH=. ; ./getdeviceid register: res - debug: msg={{res.stdout_lines[0]}}