Add fzf and bc dependencies for tmux

This commit is contained in:
flyingscorpio@arch-desktop 2023-04-12 20:20:31 +02:00
parent cd3e76c550
commit a9041ee291

View file

@ -4,6 +4,8 @@
community.general.pacman:
name:
- tmux
- fzf
- bc
when: ansible_facts['distribution'] == 'Archlinux'
- name: Install tmux (Debian)
@ -11,6 +13,8 @@
ansible.builtin.apt:
name:
- tmux
- fzf
- bc
when: ansible_facts['distribution'] == 'Debian'
- name: Create tmux directory