Change i3 vars to defaults, to override in work.yml
This commit is contained in:
parent
f78c0040a0
commit
04fcd3b1d2
2 changed files with 15 additions and 13 deletions
28
work.yml
28
work.yml
|
@ -3,16 +3,18 @@
|
|||
hosts: localhost
|
||||
connection: local
|
||||
roles:
|
||||
- base
|
||||
- bash
|
||||
- sudoers
|
||||
- git-summary
|
||||
- etckeeper
|
||||
- pass
|
||||
- ssh-agent
|
||||
- i3
|
||||
- neovim
|
||||
- profanity
|
||||
- neomutt
|
||||
- terminator
|
||||
- tmux
|
||||
- role: base
|
||||
- role: bash
|
||||
- role: sudoers
|
||||
- role: git-summary
|
||||
- role: etckeeper
|
||||
- role: pass
|
||||
- role: ssh-agent
|
||||
- role: i3
|
||||
vars:
|
||||
wallpaper_type: xkcd
|
||||
- role: neovim
|
||||
- role: profanity
|
||||
- role: neomutt
|
||||
- role: terminator
|
||||
- role: tmux
|
||||
|
|
Loading…
Add table
Reference in a new issue