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