--- - name: Install netcat opkg: name: ncat update_cache: true autoremove: true - name: Install babeld cli copy: src: files/babeld-cli.sh dest: /root/babeld-cli.sh - name: Enable babeld cli command: "chmod +x /root/babeld-cli.sh"