dotfiles/roles/user/shell/tmux/tasks/install.yml
Matej Focko 01225fd44d
chore: rework directory structure
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-08-30 15:42:26 +02:00

6 lines
101 B
YAML

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