2016-04-25 56 views

回答

0

實現當有一個REST的API使用uri module

如果您需要更多的幫助,你應該提供更多的細節。

0

找到一個更好的方法做它 -

- name: Upload ssh key to the Instance 
    copy: src=yourSrc/.ssh/id_rsa_bitbucket dest=/yourDest/.ssh/id_rsa_bitbucket mode=600 

- name: Clone the git repo using GIT_SSH 
    git: repolink dest=dest key_file=yourDest/.ssh/id_rsa_bitbucket accept_hostkey=true clone=yes force=yes