tmux: Begin basic role which installs tmux and templates the config

This commit is contained in:
Johanna Dorothea Reichmann 2019-05-19 18:48:58 +02:00
parent 4c2564cd21
commit fe1cb340f1
No known key found for this signature in database
GPG Key ID: 03624C433676E465
3 changed files with 12 additions and 0 deletions

Binary file not shown.

12
roles/tmux/tasks/main.yml Normal file
View File

@ -0,0 +1,12 @@
---
- name: Ensure tmux is installed
package:
name: tmux
state: present
- name: Template config file into home folder
template:
src: tmux.conf.j2
dest: ~/.tmux.conf