diff --git a/baseos.yml b/baseos.yml index 64111e0..faa3472 100644 --- a/baseos.yml +++ b/baseos.yml @@ -10,6 +10,12 @@ tasks: + - name: Debug ansible_virtualization_type + ansible.builtin.debug: + var: ansible_virtualization_type + verbosity: 1 + + - name: Include relevant role(s) ansible.builtin.include_role: name: "{{ item }}"