Unfortunately i am getting the error even in the new environment under Centos 8. All installed and updated today: TASK [Append user overridden roles] ************************************************************************************************************************************************************************************************* [WARNING]: Unable to find '/etc/openstack_deploy/user-role-requirements.yml' in expected paths (use -vvvvv to see paths) ok: [localhost] TASK [Clone git repos (parallel)] *************************************************************************************************************************************************************************************************** An exception occurred during task execution. To see the full traceback, use -vvv. The error was: TypeError: Value of unknown type: , [["Failed to reset /etc/ansible/roles/ceph-ansible\nCmd('git') failed due to: exit code(128)\n cmdline: git reset --hard 7d088320df1c4a6ed458866c61616a21fddccfe8\n stderr: 'fatal: Could not parse object '7d088320df1c4a6ed458866c61616a21fddccfe8'.'"], ["Failed to reset /etc/ansible/roles/ceph-ansible\nCmd('git') failed due to: exit code(129)\n cmdline: git reset --force --hard 7d088320df1c4a6ed458866c61616a21fddccfe8\n stderr: 'error: unknown option `force'\nusage: git reset [--mixed | --soft | --hard | --merge | --keep] [-q] []\n or: git reset [-q] [] [--] ...\n or: git reset [-q] [--pathspec-from-file [--pathspec-file-nul]] []\n or: git reset --patch [] [--] [...]\n\n -q, --quiet be quiet, only report errors\n --mixed reset HEAD and index\n --soft reset only HEAD\n --hard reset HEAD, index and working tree\n --merge reset HEAD, index and working tree\n --keep reset HEAD but keep local changes\n --recurse-submodules[=]\n control recursive updating of submodules\n -p, --patch select hunks interactively\n -N, --intent-to-add record only the fact that removed paths will be added later\n --pathspec-from-file \n read pathspec from file\n --pathspec-file-nul with --pathspec-from-file, pathspec elements are separated with NUL character\n'"], ["Role {'name': 'ceph-ansible', 'scm': 'git', 'src': 'https://github.com/ceph/ceph-ansible', 'version': '7d088320df1c4a6ed458866c61616a21fddccfe8', 'trackbranch': 'stable-5.0', 'path': '/etc/ansible/roles', 'refspec': None, 'depth': 10, 'dest': '/etc/ansible/roles/ceph-ansible'} failed after 2 retries\n"]] fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": "Traceback (most recent call last):\n File \"/root/.ansible/tmp/ansible-tmp-1613395122.0665104-7229-201694025777480/AnsiballZ_git_requirements.py\", line 102, in \n _ansiballz_main()\n File \"/root/.ansible/tmp/ansible-tmp-1613395122.0665104-7229-201694025777480/AnsiballZ_git_requirements.py\", line 94, in _ansiballz_main\n invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)\n File \"/root/.ansible/tmp/ansible-tmp-1613395122.0665104-7229-201694025777480/AnsiballZ_git_requirements.py\", line 40, in invoke_module\n runpy.run_module(mod_name='ansible.modules.git_requirements', init_globals=None, run_name='__main__', alter_sys=True)\n File \"/usr/lib64/python3.6/runpy.py\", line 205, in run_module\n return _run_module_code(code, init_globals, run_name, mod_spec)\n File \"/usr/lib64/python3.6/runpy.py\", line 96, in _run_module_code\n mod_name, mod_spec, pkg_name, script_name)\n File \"/usr/lib64/python3.6/runpy.py\", line 85, in _run_code\n exec(code, run_globals)\n File \"/tmp/ansible_git_requirements_payload_uvdlgptp/ansible_git_requirements_payload.zip/ansible/modules/git_requirements.py\", line 314, in \n File \"/tmp/ansible_git_requirements_payload_uvdlgptp/ansible_git_requirements_payload.zip/ansible/modules/git_requirements.py\", line 310, in main\n File \"/tmp/ansible_git_requirements_payload_uvdlgptp/ansible_git_requirements_payload.zip/ansible/module_utils/basic.py\", line 2209, in fail_json\n File \"/tmp/ansible_git_requirements_payload_uvdlgptp/ansible_git_requirements_payload.zip/ansible/module_utils/basic.py\", line 2182, in _return_formatted\n File \"/tmp/ansible_git_requirements_payload_uvdlgptp/ansible_git_requirements_payload.zip/ansible/module_utils/basic.py\", line 420, in remove_values\n File \"/tmp/ansible_git_requirements_payload_uvdlgptp/ansible_git_requirements_payload.zip/ansible/module_utils/basic.py\", line 397, in _remove_values_conditions\nTypeError: Value of unknown type: , [[\"Failed to reset /etc/ansible/roles/ceph-ansible\\nCmd('git') failed due to: exit code(128)\\n cmdline: git reset --hard 7d088320df1c4a6ed458866c61616a21fddccfe8\\n stderr: 'fatal: Could not parse object '7d088320df1c4a6ed458866c61616a21fddccfe8'.'\"], [\"Failed to reset /etc/ansible/roles/ceph-ansible\\nCmd('git') failed due to: exit code(129)\\n cmdline: git reset --force --hard 7d088320df1c4a6ed458866c61616a21fddccfe8\\n stderr: 'error: unknown option `force'\\nusage: git reset [--mixed | --soft | --hard | --merge | --keep] [-q] []\\n or: git reset [-q] [] [--] ...\\n or: git reset [-q] [--pathspec-from-file [--pathspec-file-nul]] []\\n or: git reset --patch [] [--] [...]\\n\\n -q, --quiet be quiet, only report errors\\n --mixed reset HEAD and index\\n --soft reset only HEAD\\n --hard reset HEAD, index and working tree\\n --merge reset HEAD, index and working tree\\n --keep reset HEAD but keep local changes\\n --recurse-submodules[=]\\n control recursive updating of submodules\\n -p, --patch select hunks interactively\\n -N, --intent-to-add record only the fact that removed paths will be added later\\n --pathspec-from-file \\n read pathspec from file\\n --pathspec-file-nul with --pathspec-from-file, pathspec elements are separated with NUL character\\n'\"], [\"Role {'name': 'ceph-ansible', 'scm': 'git', 'src': 'https://github.com/ceph/ceph-ansible', 'version': '7d088320df1c4a6ed458866c61616a21fddccfe8', 'trackbranch': 'stable-5.0', 'path': '/etc/ansible/roles', 'refspec': None, 'depth': 10, 'dest': '/etc/ansible/roles/ceph-ansible'} failed after 2 retries\\n\"]]\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1} PLAY RECAP ************************************************************************************************************************************************************************************************************************** localhost : ok=5 changed=1 unreachable=0 failed=1 skipped=7 rescued=0 ignored=0 ++ exit_fail 405 0 ++ set +x Repository centos-rabbitmq-38 is listed more than once in the configuration Repository centos-rabbitmq-38-test is listed more than once in the configuration Repository centos-nfv-openvswitch is listed more than once in the configuration Repository centos-nfv-openvswitch-testing is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-baremetal is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-cinder is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-clients is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-cloudops is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-common is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-compute is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-glance is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-manila is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-network is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-octavia is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-security is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-swift is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-tempest is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-tripleo is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-ui is listed more than once in the configuration Last metadata expiration check: 2:14:46 ago on Mon 15 Feb 2021 12:04:36 PM CET. Package iproute-5.3.0-5.el8.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! Failed to get DNSSEC supported state: Unit dbus-org.freedesktop.resolve1.service not found. which: no lxc-ls in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin) which: no lxc-checkconfig in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin) which: no machinectl in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin) which: no networkctl in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin) [WARNING]: Skipping callback plugin '/dev/null', unable to load which: no btrfs in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin) which: no btrfs in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin) which: no zfs in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin) ++ info_block 'Error Info - 405' 0 ++ echo ---------------------------------------------------------------------- ---------------------------------------------------------------------- ++ print_info 'Error Info - 405' 0 ++ PROC_NAME='- [ Error Info - 405 0 ] -' ++ printf '\n%s%s\n' '- [ Error Info - 405 0 ] -' -------------------------------------------- - [ Error Info - 405 0 ] --------------------------------------------- ++ echo ---------------------------------------------------------------------- ---------------------------------------------------------------------- ++ exit_state 1 ++ set +x ---------------------------------------------------------------------- - [ Run Time = 179 seconds || 2 minutes ] ---------------------------- ---------------------------------------------------------------------- ---------------------------------------------------------------------- - [ Status: Failure ] ------------------------------------------------ ---------------------------------------------------------------------- [root@iaas-infra openstack-ansible]#