Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@anibalardid
Created October 4, 2019 21:55
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 anibalardid/d21a187eb744af55ffe0371131b3ab9a to your computer and use it in GitHub Desktop.
Save anibalardid/d21a187eb744af55ffe0371131b3ab9a to your computer and use it in GitHub Desktop.
ansible recipe git pull in directory
tasks:
- name: pull from git
git:
repo: git@gitlab.com:repo.git
dest: /path/destiny
update: yes
version: master
@anibalardid
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment