Remove role git-summary
This commit is contained in:
parent
49f9d437cb
commit
042fabd9ca
4 changed files with 0 additions and 27 deletions
|
@ -7,7 +7,6 @@
|
|||
- {role: base, tags: base}
|
||||
- {role: bash, tags: bash}
|
||||
- {role: zsh, tags: zsh}
|
||||
- {role: git-summary, tags: git-summary}
|
||||
- {role: i3, tags: i3}
|
||||
- {role: kitty, tags: kitty}
|
||||
- {role: pass, tags: pass}
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
dependencies:
|
||||
- role: git
|
|
@ -1,22 +0,0 @@
|
|||
---
|
||||
- name: Clone git-summary
|
||||
git:
|
||||
repo: https://gitlab.com/lordadamson/git-summary.git
|
||||
dest: ~/.git_clones/git-summary
|
||||
clone: true
|
||||
update: false
|
||||
|
||||
- name: Create needed directories
|
||||
ansible.builtin.file:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
mode: 0755
|
||||
with_items:
|
||||
- ~/.local
|
||||
- ~/.local/bin
|
||||
|
||||
- name: Symlink git-summary
|
||||
ansible.builtin.file:
|
||||
src: ~/.git_clones/git-summary/git-summary
|
||||
path: ~/.local/bin/git-summary
|
||||
state: link
|
1
work.yml
1
work.yml
|
@ -6,7 +6,6 @@
|
|||
- role: base
|
||||
- role: bash
|
||||
- role: sudoers
|
||||
- role: git-summary
|
||||
- role: etckeeper
|
||||
- role: pass
|
||||
- role: ssh-agent
|
||||
|
|
Loading…
Reference in a new issue