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
roles:
- alacritty
- ctop
- dconf
- docker
- firefox
- fzf
- git
- htop
- lazydocker
- lazygit
- neovim
- nnn
- pv
- rename
- ripgrep
- tmux
- zsh
- zsh-antigen
- role: alacritty
tags:
- "skip-if-wsl"
- role: ctop
- role: dconf
- role: docker
- role: firefox
tags:
- "skip-if-wsl"
- role: fzf
- role: git
- role: htop
- role: lazydocker
- role: lazygit
- role: neovim
- role: nnn
- role: pv
- role: rename
- role: ripgrep
- role: tmux
- role: zsh
- role: zsh-antigen