You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fatal: [instance]: FAILED! => {"ansible_facts": {}, "changed": false, "failed_modules": {"ansible.legacy.setup": {"exception": "Traceback (most recent call last):\n File \"/root/.ansible/tmp/ansible-tmp-1720501735.0887463-2236-200234869437002/AnsiballZ_setup.py\", line 107, in <module>\n _ansiballz_main()\n File \"/root/.ansible/tmp/ansible-tmp-1720501735.0887463-2236-200234869437002/AnsiballZ_setup.py\", line 99, in _ansiballz_main\n invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)\n File \"/root/.ansible/tmp/ansible-tmp-1720501735.0887463-2236-200234869437002/AnsiballZ_setup.py\", line 44, in invoke_module\n from ansible.module_utils import basic\n File \"<frozen importlib._bootstrap>\", line 971, in _find_and_load\n File \"<frozen importlib._bootstrap>\", line 951, in _find_and_load_unlocked\n File \"<frozen importlib._bootstrap>\", line 894, in _find_spec\n File \"<frozen importlib._bootstrap_external>\", line 1157, in find_spec\n File \"<frozen importlib._bootstrap_external>\", line 1131, in _get_spec\n File \"<frozen importlib._bootstrap_external>\", line 1112, in _legacy_get_spec\n File \"<frozen importlib._bootstrap>\", line 441, in spec_from_loader\n File \"<frozen importlib._bootstrap_external>\", line 544, in spec_from_file_location\n File \"/tmp/ansible_ansible.legacy.setup_payload_zgoyncm6/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py\", line 5\nSyntaxError: future feature annotations is not defined\n", "failed": true, "module_stderr": "Traceback (most recent call last):\n File \"/root/.ansible/tmp/ansible-tmp-1720501735.0887463-2236-200234869437002/AnsiballZ_setup.py\", line 107, in <module>\n _ansiballz_main()\n File \"/root/.ansible/tmp/ansible-tmp-1720501735.0887463-2236-200234869437002/AnsiballZ_setup.py\", line 99, in _ansiballz_main\n invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)\n File \"/root/.ansible/tmp/ansible-tmp-1720501735.0887463-2236-200234869437002/AnsiballZ_setup.py\", line 44, in invoke_module\n from ansible.module_utils import basic\n File \"<frozen importlib._bootstrap>\", line 971, in _find_and_load\n File \"<frozen importlib._bootstrap>\", line 951, in _find_and_load_unlocked\n File \"<frozen importlib._bootstrap>\", line 894, in _find_spec\n File \"<frozen importlib._bootstrap_external>\", line 1157, in find_spec\n File \"<frozen importlib._bootstrap_external>\", line 1131, in _get_spec\n File \"<frozen importlib._bootstrap_external>\", line 1112, in _legacy_get_spec\n File \"<frozen importlib._bootstrap>\", line 441, in spec_from_loader\n File \"<frozen importlib._bootstrap_external>\", line 544, in spec_from_file_location\n File \"/tmp/ansible_ansible.legacy.setup_payload_zgoyncm6/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py\", line 5\nSyntaxError: future feature annotations is not defined\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1}}, "msg": "The following modules failed to execute: ansible.legacy.setup\n"}
Apparently the issue is not present with ansible 2.16 (tested from Debian12 so python 3.11.2).
For the moment, those distribution are disabled in the CI.
The text was updated successfully, but these errors were encountered:
Issue is:
Apparently the issue is not present with ansible 2.16 (tested from Debian12 so python 3.11.2).
For the moment, those distribution are disabled in the CI.
The text was updated successfully, but these errors were encountered: