dotfiles/roles/shell/tmux/tasks/install.yml

7 lines
101 B
YAML
Raw Normal View History

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