Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Qi Zhang <qiz@vmware.com>
  • Loading branch information
keirazhang committed May 30, 2023
1 parent 784e9ac commit 9e2d9e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions env_setup/env_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- name: "Get vCenter Server version and build"
include_tasks: ../common/vcenter_get_version_build.yml
when: vcenter_is_defined is defined and vcenter_is_defined

- name: "Get ESXi version and build"
include_tasks: ../common/esxi_get_version_build.yml

Expand Down Expand Up @@ -87,7 +87,7 @@
include_tasks: check_vm_settings.yml

- name: "Get existing VM info"
include_tasks: ../common/vm_get_vm_info.yml
include_tasks: ../common/vm_get_vm_info.yml
when: vm_exists is defined and vm_exists

- name: Set fact of the VM datastore path
Expand Down

0 comments on commit 9e2d9e9

Please sign in to comment.