feat: add tmux to standard packages
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
- include_tasks: locales.yml
|
- include_tasks: locales.yml
|
||||||
- include_tasks: ping.yml
|
- include_tasks: ping.yml
|
||||||
- include_tasks: telnet.yml
|
- include_tasks: telnet.yml
|
||||||
|
- include_tasks: tmux.yml
|
||||||
- include_tasks: bashrc.yml
|
- include_tasks: bashrc.yml
|
||||||
- include_tasks: vimrc.yml
|
- include_tasks: vimrc.yml
|
||||||
- include_tasks: sshd.yml
|
- include_tasks: sshd.yml
|
||||||
|
6
roles/system/tasks/tmux.yml
Normal file
6
roles/system/tasks/tmux.yml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
- name: install tmux
|
||||||
|
pkg:
|
||||||
|
name: tmux
|
||||||
|
state: present
|
Reference in New Issue
Block a user