From f18e5aefe080ce811b7aebbb6e4aa9a960622613 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 7 Jul 2020 09:38:51 -0400 Subject: [PATCH] Add tags to all roles --- arch/workstation.yml | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/arch/workstation.yml b/arch/workstation.yml index 512d2f8..d8f7a66 100644 --- a/arch/workstation.yml +++ b/arch/workstation.yml @@ -1,10 +1,24 @@ - hosts: localhost connection: local roles: - - base - - dotfiles - - toolbox - - password_store - - emacs - - gui - - stumpwm + - role: base + tags: + - base + - role: dotfiles + tags: + - dotfiles + - role: toolbox + tags: + - toolbox + - role: password_store + tags: + - password_store + - role: emacs + tags: + - emacs + - role: gui + tags: + - gui + - role: stumpwm + tags: + - stumpwm