--- - hosts: {{ deploy_hosts }} remote_user: ubuntu tasks: - name: copy execute file to dest copy: src: jx-callback dest: /jxdata/jx-callback/jx-callback owner: ubuntu group: ubuntu mode: u=rwx, g=rx, o=r - name: shell shell: sudo systemctl restart jx-callback