common.suse: manage qemu-guest-agent
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Ensure qemu-guest-agent is active on all KVM guests. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
890c146d7d
commit
7924b50f96
@ -46,6 +46,13 @@ common_packages_install:
|
|||||||
- names:
|
- names:
|
||||||
- fish
|
- fish
|
||||||
- system-group-wheel
|
- system-group-wheel
|
||||||
|
{%- if grains['virtual'] == 'kvm' %}
|
||||||
|
- qemu-guest-agent
|
||||||
|
|
||||||
|
qemu-guest-agent:
|
||||||
|
service.running:
|
||||||
|
enable: True
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
common_packages_remove:
|
common_packages_remove:
|
||||||
pkg.removed:
|
pkg.removed:
|
||||||
|
Loading…
Reference in New Issue
Block a user