diff options
author | Jonathan Bauer | 2021-08-19 13:30:10 +0200 |
---|---|---|
committer | Jonathan Bauer | 2021-08-19 13:30:10 +0200 |
commit | ceec5beb836e89831a5c23e32899eabba3d3bb64 (patch) | |
tree | 883f99e7260e5f40daf10fde00889d44a42537b5 | |
parent | [validate-installation] Add role to check UIDs/GIDs after installation (diff) | |
download | ansible-bwlp-ceec5beb836e89831a5c23e32899eabba3d3bb64.tar.gz ansible-bwlp-ceec5beb836e89831a5c23e32899eabba3d3bb64.tar.xz ansible-bwlp-ceec5beb836e89831a5c23e32899eabba3d3bb64.zip |
setup-bwlp.yml: move virt-* roles to core tag
-rw-r--r-- | setup-bwlp.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/setup-bwlp.yml b/setup-bwlp.yml index 19e73fa..caff5a0 100644 --- a/setup-bwlp.yml +++ b/setup-bwlp.yml @@ -16,9 +16,9 @@ - { role: journald, tags: core } - { role: singularity, tags: core } - { role: tools-base, tags: core } - - { role: virt-viewer, tags: extended } - - { role: virt-manager, tags: extended } - - { role: looking-glass-client, tags: extended } + - { role: virt-viewer, tags: core } + - { role: virt-manager, tags: core } + - { role: looking-glass-client, tags: core } - { role: desktop-kde-plasma, tags: extended } - { role: desktop-i3, tags: extended } - { role: desktop-ubuntu, tags: extended } |