From 2f158577898aca58b248c9b84a301fdaa1dee90a Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sun, 29 Dec 2024 12:20:20 +0100 Subject: [PATCH] ff --- playbooks/1_bootstrap.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/1_bootstrap.yml b/playbooks/1_bootstrap.yml index a48b5c30..4f9cac34 100644 --- a/playbooks/1_bootstrap.yml +++ b/playbooks/1_bootstrap.yml @@ -9,6 +9,8 @@ tags: "apt_sources" when: "not 'laptop' in group_names" - role: mgrote_qemu_guest_agent + when: ansible_virtualization_role == 'guest' + tags: "qemu" - role: mgrote_apt_update_packages tags: "updates" - role: mgrote_users