add link for batcat -> bat

This commit is contained in:
Gabriel Augendre 2025-03-12 23:27:20 +01:00
parent 520fda6daa
commit e599994186

View file

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