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 }}"