dotfiles/roles/shell/tmux/tasks/install.yml
Matej Focko 0554e665c5
chore: move out user roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-07-12 21:23:02 +02:00

6 lines
101 B
YAML

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