deploy_license.yml 278 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 --- - hosts: starnet sudo: yes gather_facts: false tasks: - raw: cd /root/UserApp/getdeviceid_tx1;./getdeviceid register: res - debug: msg={{res.stdout_lines[0]}} - copy: src=license_file/{{res.stdout_lines[0]}}.lic dest=/root/UserApp/vioncfg/license.lic