setup-cockpit/roles/git-summary/tasks/main.yml

13 lines
295 B
YAML

---
- name: Clone git-summary
git:
repo: https://gitlab.com/lordadamson/git-summary.git
dest: ~/.git_clones/git-summary
clone: yes
update: no
- name: Symlink git-summary
file:
src: ~/.git_clones/git-summary/git-summary
path: ~/.local/bin/git-summary
state: link