fix(shell_zsh): enable eza repository on apt-based

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-12-29 17:55:29 +01:00
parent c4e3bcde62
commit a6d99338d6
Signed by: mfocko
SSH key fingerprint: SHA256:icm0fIOSJUpy5+1x23sfr+hLtF9UhY8VpMC7H4WFJP8

View file

@ -7,6 +7,19 @@
state: present
become: true
- name: Enable eza apt repository
ansible.builtin.deb822_repository:
name: eza
types: deb
uris: http://deb.gierens.de
suites: stable
components:
- main
signed_by: https://raw.githubusercontent.com/eza-community/eza/main/deb.asc
state: present
become: true
when: ansible_distribution in [ "Debian", "Ubuntu" ]
- name: Install eza and bat
ansible.builtin.package:
name: