2016-04-25 85 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