diff --git a/tasks/main.yml b/tasks/main.yml index 16221a1..3dd4edb 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -22,3 +22,9 @@ - iotop - lshw - slurm + + - name: Install qemu-guest-agent if host is qemu-based virtual machine + apt: + name: qemu-guest-agent + state: present + when: is_vm | default('False') == True \ No newline at end of file