Fix variable/tasks name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-06-09 15:41:46 +02:00
parent 9460bc9bd6
commit b33280b443
6 changed files with 10 additions and 7 deletions

View File

@ -1,7 +1,10 @@
- name: Store current vApp configuration
ansible.builtin.shell:
cmd: vmtoolsd --cmd "info-get guestinfo.ovfEnv"
register: ovfEnv
register: ovfenv
- name: DEBUG variable contents
ansible.builtin.debug:
ovfenv
- name: Parse XML into variables
community.general.xml:
xmlstring: "{{ ovfEnv }}"