Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ---
  2.  
  3. - hosts: development
  4. # roles:
  5. # - common
  6. tasks:
  7. - name: Clone bitbucket repo
  8. git:
  9. repo: git@bitbucket.org:whatt/sdfsdf.com.git
  10. dest: /home/ubuntu/what
  11. version: master
  12. accept_hostkey: yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement