Remove role git-summary

This commit is contained in:
Tunui Franken 2024-08-01 22:23:53 +02:00
parent 49f9d437cb
commit 042fabd9ca
4 changed files with 0 additions and 27 deletions

View file

@ -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}

View file

@ -1,3 +0,0 @@
---
dependencies:
- role: git

View file

@ -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

View file

@ -6,7 +6,6 @@
- role: base
- role: bash
- role: sudoers
- role: git-summary
- role: etckeeper
- role: pass
- role: ssh-agent