tmux: Begin basic role which installs tmux and templates the config
This commit is contained in:
parent
4c2564cd21
commit
fe1cb340f1
BIN
roles/tmux/tasks/.main.yml.swp
Normal file
BIN
roles/tmux/tasks/.main.yml.swp
Normal file
Binary file not shown.
12
roles/tmux/tasks/main.yml
Normal file
12
roles/tmux/tasks/main.yml
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user