Add tags to all roles

This commit is contained in:
Jeremy Dormitzer 2020-07-07 09:38:51 -04:00
parent 39f01a146d
commit f18e5aefe0

View File

@ -1,10 +1,24 @@
- hosts: localhost - hosts: localhost
connection: local connection: local
roles: roles:
- base - role: base
- dotfiles tags:
- toolbox - base
- password_store - role: dotfiles
- emacs tags:
- gui - dotfiles
- stumpwm - role: toolbox
tags:
- toolbox
- role: password_store
tags:
- password_store
- role: emacs
tags:
- emacs
- role: gui
tags:
- gui
- role: stumpwm
tags:
- stumpwm