From 17329fe0302c2a8d4f4e817526d5f8301985ba6b Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Thu, 5 Oct 2023 17:33:18 +1300 Subject: [PATCH] Test virtualization --- tasks/networking.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/networking.yml b/tasks/networking.yml index 8eee7e3..01f134a 100644 --- a/tasks/networking.yml +++ b/tasks/networking.yml @@ -1,4 +1,7 @@ --- +- name: What is virtualization type? + debug: + msg: "Virtualization is: {{ ansible_virtualization_type }} - name: Ensure DNS and SSH common config template: src: "{{ network_config.src }}"