cobar.copy.tmp.yml 266 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 - hosts: cobar-server tasks: - name: Copy file with owner and permissions copy: src: /root/tmp/cobar-server-1.0.6.jar dest: /home/master/cobar-server/lib owner: master group: master mode: '0644' remote_user: root