Skip to content

Conversation

khalford
Copy link
Member

Enable the service to make sure it starts and boot and is started when the image builds.

Enable the service to make sure it starts and boot and is started when
the image builds.
@khalford khalford self-assigned this Sep 22, 2025
Comment on lines +14 to +18
- name: Enable Qemu Guest Agent
ansible.builtin.systemd_service:
name: qemu-guest-agent.service
enabled: true
state: started
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this may fail on this condition "ccm" not in ansible_facts.packages so should probably either contain a when or be a handler when it is installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants