- name: Check for expected vApp properties ansible.builtin.assert: that: - vapp[item] is defined - (vapp[item] | length) > 0 quiet: true loop: - guestinfo.dnsserver - guestinfo.gateway - guestinfo.hostname - guestinfo.ipaddress - guestinfo.prefixlength - guestinfo.rootsshkey - hv.fqdn - hv.password - hv.username - metacluster.fqdn - metacluster.password - metacluster.token - metacluster.vip