Skip to content

Commit

Permalink
Only Updating VMTools when infra env is vSphere in `template_os_confi…
Browse files Browse the repository at this point in the history
…guration` role
  • Loading branch information
AllRWeak authored and bl0way committed Feb 18, 2024
1 parent bd96eaa commit 076dce1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nova/core/roles/template_os_configuration/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 076dce1

Please sign in to comment.