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

8 lines
135 B
YAML

---
- name: (arch) installing tmux
community.general.pacman:
name: tmux
state: present
update_cache: true
become: true