Skip to content

Commit

Permalink
https://github.com/petervanderdoes/gitflow-avh/issues/393
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Apr 21, 2019
1 parent 6a12a9e commit 63a5259
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion playbooks/git-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
name: "{{ item.name }}"
state: "{{ item.state }}"
with_items:
- { state: "absent", name: "git-flow" }
- { state: "latest", name: "git" }
- { state: "latest", name: "git-flow" }
- { state: "latest", name: "git-lfs" }

- name: install git-flow manually
shell: |
curl -skL https://raw.githubusercontent.com/petervanderdoes/gitflow-avh/develop/contrib/gitflow-installer.sh | bash -s -- install stable
args:
executable: "/bin/bash"
register: result
changed_when: result is not succeeded

0 comments on commit 63a5259

Please sign in to comment.