Limiting azure kernel to MS based hypervisors

This commit is contained in:
Tyler Hale 2022-08-22 13:55:46 -06:00
parent 39f6e624f1
commit 53804e6cf1
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96

View file

@ -6,3 +6,4 @@
name: linux-azure name: linux-azure
state: latest state: latest
notify: Reboot Host notify: Reboot Host
when: ansible_virtualization_role == "guest" and ansible_virtualization_type == "VirtualPC"