Add fzf and bc dependencies for tmux
This commit is contained in:
parent
cd3e76c550
commit
a9041ee291
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue