homeserver/roles/mgrote.qemu_guest_agent/tasks/main.yml
mg 58cb2946e2 reboot als handler (#111)
reboot als handler

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#111
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
2021-06-08 08:15:31 +02:00

9 lines
194 B
YAML

---
- name: install packages
become: yes
ansible.builtin.package:
name: qemu-guest-agent
state: present
when: ansible_virtualization_role == 'guest'
notify: reboot