Skip to content

Instantly share code, notes, and snippets.

@bcicen
Created May 21, 2015 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcicen/a7b779eb3b3407a1f6db to your computer and use it in GitHub Desktop.
Save bcicen/a7b779eb3b3407a1f6db to your computer and use it in GitHub Desktop.
---
- hosts: localhost
connection: local
gather_facts: False
tasks:
- name: pull repo
git: repo=https://github.com/bcicen/statsquid.git
dest=/tmp/statsquid
register: b
- name: Display register
debug: var=b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment