Files
ansible-shared/system/tmux/tasks/main.yml
2020-05-12 17:07:38 -06:00

9 lines
114 B
YAML

---
# Install tmux
- name: Installing tmux
apt:
update_cache: yes
state: present
name:
- tmux