toansible: Add tags for roles

This commit is contained in:
flyingscorpio@clevo 2022-02-22 11:16:50 +01:00
parent f902fc122f
commit d0695115cd

View file

@ -2,11 +2,21 @@
- hosts: localhost
roles:
- base
- kitty
- terminator
- neovim
- ssh-agent
- pacman.conf
- firefox
- tor
- role: base
tags: base
- role: bash
tags: bash
- role: kitty
tags: kitty
- 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