dotfiles/roles/shell_tmux/tasks/install.yml
Matej Focko cbbbe22173
chore: rename ‹shell› group of roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-12-12 16:51:53 +01:00

6 lines
101 B
YAML

---
- name: Install tmux
ansible.builtin.package:
name: tmux
state: present
become: true