Files
ansible/roles/tmux/tasks/main.yml
2026-02-27 15:15:52 +01:00

6 lines
98 B
YAML

- name: Install the package for tmux
ansible.builtin.apt:
name:
- tmux
become: true