24 lines
457 B
YAML
24 lines
457 B
YAML
---
|
|
# Managing tmux
|
|
|
|
- name: Installation
|
|
ansible.builtin.include_tasks: "install/{{ ansible_os_family | lower }}.yml"
|
|
args:
|
|
apply:
|
|
tags:
|
|
- tmux
|
|
- tmux-install
|
|
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."
|