Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Aug 13, 2024
1 parent 498656e commit b89f110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 40 deletions.
36 changes: 0 additions & 36 deletions test.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@

- name: Get VM Guest Name
community.vmware.vmware_vm_info:
vcenter_hostname: "{{ vcenter_hostname }}"
vcenter_username: "{{ vcenter_username }}"
vcenter_password: "{{ vcenter_password }}"
vcenter_validate_certs: "{{ provision_vm_validate_certs }}"
hostname: "{{ vcenter_hostname }}"
username: "{{ vcenter_username }}"
password: "{{ vcenter_password }}"
validate_certs: "{{ provision_vm_validate_certs }}"
vm_name: "{{ vm_update_name }}"
register: guest_name_info

Expand Down

0 comments on commit b89f110

Please sign in to comment.