tmux: Add controller configuration into auto-generation aswell

This commit is contained in:
2019-05-29 19:49:29 +02:00
parent 7e2a5118ec
commit 6f5077f327
3 changed files with 69 additions and 24 deletions

View File

@@ -4,9 +4,15 @@
package:
name: tmux
state: present
ignore_errors: true
- name: Template config file into home folder
template:
src: tmux.conf.j2
dest: ~/.tmux.conf
- name: Template controller config file to home folder
template:
src: controller.tmux.conf.j2
dest: ~/.controller.tmux.conf