Skip to content
Snippets Groups Projects
Commit 32437374 authored by Benjamin Graillot's avatar Benjamin Graillot
Browse files

Merge branch 'qemu-guest-agent' into 'newinfra'

[qemu-guest-agent] Install qemu-guest-agent on VMs

See merge request !26
parents dc17f75f f9382926
No related branches found
No related tags found
2 merge requests!64Keepalived,!26[qemu-guest-agent] Install qemu-guest-agent on VMs
......@@ -21,6 +21,10 @@
# - crans-scripts
- root-config
- hosts: crans_vm
roles:
- qemu-guest-agent
- hosts: slapd
vars:
slapd: '{{ glob_slapd | combine(loc_slapd | default({})) }}'
......
---
- name: Install qemu guest agent
apt:
update_cache: true
install_recommends: false
name:
- qemu-guest-agent
register: apt_result
retries: 3
until: apt_result is succeeded
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment