6 lines
98 B
YAML
6 lines
98 B
YAML
- name: Install the package for tmux
|
|
ansible.builtin.apt:
|
|
name:
|
|
- tmux
|
|
become: true
|