The file where the issue occurs - /usr/share/cockpit/ovirt-dashboard/ansible/hc_wizard.yml <snip> - name: Check if provided hostnames are valid assert: that: - "result.results[0]['rc'] == 0" - "result.results[0]['stdout_lines']" > 0 <---------- Problematic comparison with Python 3.6 fail_msg: "The given hostname is not valid FQDN" when: gluster_features_fqdn_check | default(true) </snip>
*** This bug has been marked as a duplicate of bug 1802004 ***