# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [all] ********************************************************************* PLAY [all] ********************************************************************* ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- /opt/ansible-2.9/lib/python3.6/site-packages/ansible/parsing/vault/__init__.py:44: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release. from cryptography.exceptions import InvalidSignature ERROR! The conditional check '((is_fedora and blivet_pkg_version is version("3.4.3-1", "<")) or (is_rhel7 and blivet_pkg_version is version("3.4.0-10", "<")) or (is_rhel8 and blivet_pkg_version is version("3.4.0-10", "<")) or (is_rhel9 and blivet_pkg_version is version("3.4.0-14", "<")))' failed. The error was: error while evaluating conditional (((is_fedora and blivet_pkg_version is version("3.4.3-1", "<")) or (is_rhel7 and blivet_pkg_version is version("3.4.0-10", "<")) or (is_rhel8 and blivet_pkg_version is version("3.4.0-10", "<")) or (is_rhel9 and blivet_pkg_version is version("3.4.0-14", "<")))): 'is_fedora' is undefined The error appears to be in '/WORKDIR/dist-git-storage-handle-warning-loop-vars-are-scoped-TTByLA/tests/tests_lvm_pool_members.yml': line 46, column 7, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: # end early when running with old blivet where removing PVs from a VG fails - name: Skip test if blivet is too old ^ here ---^---^---^---^---^---