feat: add tmux to standard packages

This commit is contained in:
VC
2024-07-05 11:53:15 +02:00
parent bf241f24ff
commit 37b2ff3d68
2 changed files with 7 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
- include_tasks: locales.yml
- include_tasks: ping.yml
- include_tasks: telnet.yml
- include_tasks: tmux.yml
- include_tasks: bashrc.yml
- include_tasks: vimrc.yml
- include_tasks: sshd.yml

View File

@@ -0,0 +1,6 @@
---
- name: install tmux
pkg:
name: tmux
state: present