mirror of
https://github.com/Crocmagnon/ansible.git
synced 2025-03-14 21:44:03 +01:00
add link for batcat -> bat
This commit is contained in:
parent
520fda6daa
commit
e599994186
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,13 @@
|
||||||
pkg:
|
pkg:
|
||||||
- python3-venv
|
- python3-venv
|
||||||
- bat
|
- bat
|
||||||
|
- name: Link batcat to bat
|
||||||
|
ansible.builtin.file:
|
||||||
|
src: /usr/bin/batcat
|
||||||
|
dest: /home/gaugendre/.local/bin/bat
|
||||||
|
owner: gaugendre
|
||||||
|
group: gaugendre
|
||||||
|
state: link
|
||||||
- name: Setup venv
|
- name: Setup venv
|
||||||
# github3.py required by the goatcounter playbook
|
# github3.py required by the goatcounter playbook
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue