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:
|
community.general.pacman:
|
||||||
name:
|
name:
|
||||||
- tmux
|
- tmux
|
||||||
|
- fzf
|
||||||
|
- bc
|
||||||
when: ansible_facts['distribution'] == 'Archlinux'
|
when: ansible_facts['distribution'] == 'Archlinux'
|
||||||
|
|
||||||
- name: Install tmux (Debian)
|
- name: Install tmux (Debian)
|
||||||
|
@ -11,6 +13,8 @@
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name:
|
name:
|
||||||
- tmux
|
- tmux
|
||||||
|
- fzf
|
||||||
|
- bc
|
||||||
when: ansible_facts['distribution'] == 'Debian'
|
when: ansible_facts['distribution'] == 'Debian'
|
||||||
|
|
||||||
- name: Create tmux directory
|
- name: Create tmux directory
|
||||||
|
|
Loading…
Add table
Reference in a new issue