Change i3 vars to defaults, to override in work.yml

This commit is contained in:
tfranken@ee 2023-08-15 18:44:53 +02:00
parent f78c0040a0
commit 04fcd3b1d2
2 changed files with 15 additions and 13 deletions

View file

@ -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