add tmux on hosts

This commit is contained in:
Nico Schottelius 2023-09-27 13:51:11 +02:00
parent ca8e55e56d
commit 155ef08bb0

View file

@ -9,3 +9,7 @@
tags:
- ssh
- base
- name: Install tmux
ansible.builtin.package:
name: tmux
state: present