Skip to content

Commit

Permalink
add debug for build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Aug 1, 2024
1 parent 6564e2d commit d2dea5b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@

- name: Set my_virtual_machine_folder
ansible.builtin.set_fact:
my_virtual_machine_folder: '{{ my_folders.value|first }}'
my_virtual_machine_folder: "{{ my_folders.value|first }}"

- name: Build a list of all the datastores
vmware.vmware_rest.vcenter_datastore_info:
register: all_the_datastores

- ansible.builtin.debug: var=all_the_datastores

0 comments on commit d2dea5b

Please sign in to comment.