8 lines
135 B
YAML
8 lines
135 B
YAML
---
|
|
- name: (arch) installing tmux
|
|
community.general.pacman:
|
|
name: tmux
|
|
state: present
|
|
update_cache: true
|
|
become: true
|