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:
- role: base
tags:
- base - base
- role: dotfiles
tags:
- dotfiles - dotfiles
- role: toolbox
tags:
- toolbox - toolbox
- role: password_store
tags:
- password_store - password_store
- role: emacs
tags:
- emacs - emacs
- role: gui
tags:
- gui - gui
- role: stumpwm
tags:
- stumpwm - stumpwm