Use shorthand notation for taggin roles

This commit is contained in:
flyingscorpio@clevo 2022-02-26 09:43:50 +01:00
parent c487486fda
commit 149cc0c22e

View file

@ -1,39 +1,21 @@
---
- hosts: localhost
roles:
- role: base
tags: base
- role: bash
tags: bash
- role: zsh
tags: zsh
- role: git-summary
tags: git-summary
- role: i3
tags: i3
- role: kitty
tags: kitty
- role: pass
tags: pass
- role: keepass
tags: keepass
- role: terminator
tags: terminator
- role: neovim
tags: neovim
- role: ssh-agent
tags: ssh-agent
- role: pacman.conf
tags: pacman.conf
- role: firefox
tags: firefox
- role: tor
tags: tor
- role: sudoers
tags: sudoers
- role: lilypond
tags: lilypond
- role: latex
tags: latex
- role: protonvpn
tags: protonvpn
- { role: base, tags: base }
- { role: bash, tags: bash }
- { role: zsh, tags: zsh }
- { role: git-summary, tags: git-summary }
- { role: i3, tags: i3 }
- { role: kitty, tags: kitty }
- { role: pass, tags: pass }
- { role: keepass, tags: keepass }
- { role: terminator, tags: terminator }
- { role: neovim, tags: [neovim, nvim] }
- { role: ssh-agent, tags: ssh-agent }
- { role: pacman.conf, tags: pacman.conf }
- { role: firefox, tags: firefox }
- { role: tor, tags: tor }
- { role: sudoers, tags: sudoers }
- { role: lilypond, tags: lilypond }
- { role: latex, tags: latex }
- { role: protonvpn, tags: protonvpn }