Skip to content

Instantly share code, notes, and snippets.

@huhushow
Created February 25, 2016 03:04
Show Gist options
  • Save huhushow/639a417cf2b5bb33b783 to your computer and use it in GitHub Desktop.
Save huhushow/639a417cf2b5bb33b783 to your computer and use it in GitHub Desktop.
---
- name: clone git
git:
repo: repo_addr
dest: /dest/dir
version: "{{ ver | default('develop') }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment