Fix password hashing;Delete temporary user;Housekeeping
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-06-10 16:53:03 +02:00
parent 4257849ca4
commit f15485e7c2
5 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,6 @@
- name: Store current ovfEnvironment
ansible.builtin.shell:
cmd: vmtoolsd --cmd "info-get guestinfo.ovfEnv"
cmd: /usr/bin/vmtoolsd --cmd "info-get guestinfo.ovfEnv"
register: ovfenv
- name: Parse XML for vApp properties
community.general.xml: