aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/common/tasks/main.yml
blob: 562af85bb0155f6c21517567d246ee96fea678b4 (plain)
1
2
3
4
5
6
- name: Gondul-repo
  become: true
  tags:
  - git-all
  - git-gondul
  git: repo={{ git_repo }} dest=/opt/gondul update=no accept_hostkey=yes version={{ git_branch }}