Pulizia generale dei ruoli: le installazioni systemwide sono nel deploy di ansible_mgmt.
This commit is contained in:
parent
24908aa484
commit
353f316c1e
71 changed files with 5 additions and 885 deletions
22
roles/tmux-user-cfg/tasks/main.yml
Normal file
22
roles/tmux-user-cfg/tasks/main.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
# Managing tmux
|
||||
|
||||
- name: Installation
|
||||
ansible.builtin.package:
|
||||
name: tmux
|
||||
state: present
|
||||
update_cache: true
|
||||
become: true
|
||||
tags:
|
||||
- tmux
|
||||
- tmux-install
|
||||
|
||||
- name: Configuration
|
||||
ansible.builtin.import_tasks: configuration.yml
|
||||
tags:
|
||||
- tmux
|
||||
- tmux-config
|
||||
|
||||
- name: Manual steps
|
||||
ansible.builtin.debug:
|
||||
msg: "Please run prefix + I in tmux to install the needed plugins."
|
Loading…
Add table
Add a link
Reference in a new issue