chore: allow for skipping roles by tag

This commit is contained in:
Oliver Davies 2022-01-06 07:26:35 +00:00
parent 8916e90050
commit 95fb71cf1a

View file

@ -1,21 +1,25 @@
--- ---
- hosts: localhost - hosts: localhost
roles: roles:
- alacritty - role: alacritty
- ctop tags:
- dconf - "skip-if-wsl"
- docker - role: ctop
- firefox - role: dconf
- fzf - role: docker
- git - role: firefox
- htop tags:
- lazydocker - "skip-if-wsl"
- lazygit - role: fzf
- neovim - role: git
- nnn - role: htop
- pv - role: lazydocker
- rename - role: lazygit
- ripgrep - role: neovim
- tmux - role: nnn
- zsh - role: pv
- zsh-antigen - role: rename
- role: ripgrep
- role: tmux
- role: zsh
- role: zsh-antigen