-
Notifications
You must be signed in to change notification settings - Fork 39
Conversation
That is a requirement for switching to molecule v3+ but we make this change separately as we need to update our testing pipelines. Required-By: ansible-community#155
That is a requirement for switching to molecule v4+ but we make this change separately as we need to update our testing pipelines. Required-By: ansible-community#155
That is a requirement for switching to molecule v4+ but we make this change separately as we need to update our testing pipelines. Required-By: ansible-community#155
That is a requirement for switching to molecule v4+ but we make this change separately as we need to update our testing pipelines. Required-By: ansible-community#155
That is a requirement for switching to molecule v4+ but we make this change separately as we need to update our testing pipelines. Required-By: ansible-community#155
That is a requirement for switching to molecule v4+ but we make this change separately as we need to update our testing pipelines. Required-By: ansible-community#155
b9a2d28
to
cec20ba
Compare
@ssbarnea Does the |
That is because that is the only published version that it would work with. You could expect us to have to do that from time to time. Once we have a full release we can bump it. |
For me the "stderr_lines": [
"Traceback (most recent call last):",
" File \"/root/.ansible/tmp/ansible-tmp-1658733468.796282-221-168396113268802/AnsiballZ_docker_container.py\", line 107, in <module>",
" _ansiballz_main()",
" File \"/root/.ansible/tmp/ansible-tmp-1658733468.796282-221-168396113268802/AnsiballZ_docker_container.py\", line 99, in _ansiballz_main",
" invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)",
" File \"/root/.ansible/tmp/ansible-tmp-1658733468.796282-221-168396113268802/AnsiballZ_docker_container.py\", line 47, in invoke_module",
" runpy.run_module(mod_name='ansible_collections.community.docker.plugins.modules.docker_container', init_globals=dict(_module_fqn='ansible_collections.community.docker.plugins.modules.docker_container', _modlib_path=modlib_path),",
" File \"/usr/lib/python3.10/runpy.py\", line 209, in run_module",
" return _run_module_code(code, init_globals, run_name, mod_spec)",
" File \"/usr/lib/python3.10/runpy.py\", line 96, in _run_module_code",
" _run_code(code, mod_globals, init_globals,",
" File \"/usr/lib/python3.10/runpy.py\", line 86, in _run_code",
" exec(code, run_globals)",
" File \"/tmp/ansible_community.docker.docker_container_payload_obs29m7_/ansible_community.docker.docker_container_payload.zip/ansible_collections/community/docker/plugins/modules/docker_container.py\", line 1248, in <module>",
" File \"/tmp/ansible_community.docker.docker_container_payload_obs29m7_/ansible_community.docker.docker_container_payload.zip/ansible_collections/community/docker/plugins/modules/docker_container.py\", line 1244, in main",
" File \"/tmp/ansible_community.docker.docker_container_payload_obs29m7_/ansible_community.docker.docker_container_payload.zip/ansible_collections/community/docker/plugins/module_utils/module_container/module.py\", line 794, in run_module",
" File \"/tmp/ansible_community.docker.docker_container_payload_obs29m7_/ansible_community.docker.docker_container_payload.zip/ansible_collections/community/docker/plugins/module_utils/module_container/docker_api.py\", line 172, in setup",
" File \"/tmp/ansible_community.docker.docker_container_payload_obs29m7_/ansible_community.docker.docker_container_payload.zip/ansible_collections/community/docker/plugins/module_utils/common_api.py\", line 508, in __init__",
" File \"/tmp/ansible_community.docker.docker_container_payload_obs29m7_/ansible_community.docker.docker_container_payload.zip/ansible_collections/community/docker/plugins/module_utils/common_api.py\", line 115, in __init__",
" File \"/tmp/ansible_community.docker.docker_container_payload_obs29m7_/ansible_community.docker.docker_container_payload.zip/ansible_collections/community/docker/plugins/module_utils/common_api.py\", line 74, in get_connect_params",
"TypeError: 'module' object does not support item assignment"
], Reverting |
@stefanDeveloper what you report looks like a bug in the pre-release so you should report it there with enough info. |
That issue should be fixed by ansible-collections/community.docker#432. |
No description provided.