-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flrtcv module error name ssl #584
Comments
I did check the code and I see that we are not using variable, package etc by the name "ssl". If you can provide your playbooks or more verbose output (---v), it will help us a lot. We will wait for more info this. Thanks in advance. |
Good day. In the meantime, this playbook works from my co-workers machine.
His details are:
Ansible 2.9.27
ansible python version 2.7.5
GCC 4.8.5
RHEL 4.8.5-44 (this is a RHEL 7.9 release)
Mine, where it doesn't work is using ansible/ansible core, and its details
would be listed in the original issue.
…On Thu, Dec 12, 2024 at 4:55 AM Nitish K Mishra ***@***.***> wrote:
I did check the code and I see that we are not using variable, package etc
by the name "ssl". If you can provide your playbooks or more verbose output
(---v), it will help us a lot. We will wait for more info this. Thanks in
advance.
—
Reply to this email directly, view it on GitHub
<#584 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIBSV5OCFWDTEZLS3MIJ4CL2FFFPFAVCNFSM6AAAAABTN23U5CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMZYGI2DONJYGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
ok: [bart.xxx.xxx] => { fatal: [bart.xxx.xxx]: FAILED! => {"changed": false, "module_stderr": "Shared connection to bart.xxx.xxx closed.\r\n", "module_stdout": "Traceback (most recent call last):\r\n File "/home/ansible/tmp/.ansible/ansible-tmp-1734025450.9047773-879387-186699585884386/AnsiballZ_flrtvc.py", line 107, in \r\n _ansiballz_main()\r\n File "/home/ansible/tmp/.ansible/ansible-tmp-1734025450.9047773-879387-186699585884386/AnsiballZ_flrtvc.py", line 99, in _ansiballz_main\r\n invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)\r\n File "/home/ansible/tmp/.ansible/ansible-tmp-1734025450.9047773-879387-186699585884386/AnsiballZ_flrtvc.py", line 47, in invoke_module\r\n runpy.run_module(mod_name='ansible_collections.ibm.power_aix.plugins.modules.flrtvc', init_globals=dict(module_fqn='ansible_collections.ibm.power_aix.plugins.modules.flrtvc', modlib_path=modlib_path),\r\n File "/opt/freeware/lib64/python3.9/runpy.py", line 225, in run_module\r\n return run_module_code(code, init_globals, run_name, mod_spec)\r\n File "/opt/freeware/lib64/python3.9/runpy.py", line 97, in run_module_code\r\n run_code(code, mod_globals, init_globals,\r\n File "/opt/freeware/lib64/python3.9/runpy.py", line 87, in run_code\r\n exec(code, run_globals)\r\n File "/tmp/ansible_flrtvc_payload_73w7su0/ansible_flrtvc_payload.zip/ansible_collections/ibm/power_aix/plugins/modules/flrtvc.py", line 1426, in \r\n File "/tmp/ansible_flrtvc_payload_73w7su0/ansible_flrtvc_payload.zip/ansible_collections/ibm/power_aix/plugins/modules/flrtvc.py", line 1398, in main\r\n File "/tmp/ansible_flrtvc_payload_73w7su0/ansible_flrtvc_payload.zip/ansible_collections/ibm/power_aix/plugins/modules/flrtvc.py", line 1159, in run_downloader\r\n File "/tmp/ansible_flrtvc_payload_73w7su0/ansible_flrtvc_payload.zip/ansible/module_utils/urls.py", line 995, in open_url\r\n File "/tmp/ansible_flrtvc_payload_73w7su0/ansible_flrtvc_payload.zip/ansible/module_utils/urls.py", line 852, in open\r\n File "/tmp/ansible_flrtvc_payload_73w7su0/ansible_flrtvc_payload.zip/ansible/module_utils/urls.py", line 479, in make_context\r\nNameError: name 'ssl' is not defined\r\n", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1} bart.xxx.xxx : ok=1 changed=0 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0 |
Note: attempted various different versions of openssh and openssl, using both AD accounts and a local account, no difference. The playbook runs for a bit, and removes any existing installed ifixes on the client lpar. Once that happens, it fails out with the ssl error. |
Hi @smurphyit |
Describe the bug
When attempting to run flrtvc script it runs for a bit, then errors out.
To Reproduce
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: NameError: name 'ssl' is not defined
Expected behavior
To execute ideally without errors, and to install the appropriate ifixes.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: