diff --git a/nova/core/roles/template_os_configuration/tasks/main.yml b/nova/core/roles/template_os_configuration/tasks/main.yml index 6dbc71d2..3cbb97f4 100644 --- a/nova/core/roles/template_os_configuration/tasks/main.yml +++ b/nova/core/roles/template_os_configuration/tasks/main.yml @@ -2,6 +2,7 @@ - name: Including VMTools role... ansible.builtin.include_role: name: nova.core.vcenter_vmtools_policy + when: infra_env == "vsphere" - name: Including updates role... ansible.builtin.include_role: