-
Notifications
You must be signed in to change notification settings - Fork 161
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
win_updates broken since AWX-EE 22.2.0 inclusive #216
Comments
this looks like an issue with the windows module. Can you track down which version of the module (not version of awx-ee) was last working for you? We may need to contact the maintainers of that module |
I'm so sorry, I suppose I've tracked it down: I used docker to check versions and So I skimmed through the public Ansible repositories and finally found this with the exact same error message: ansible-collections/ansible.windows#540 I now could also figure out that indeed Ansible |
thanks for digging into that, so this is no longer an issue for you? |
Well I'm not sure, as I just posted in the other issue thread trying to switch to recommended About the second "become" issue I'm unsure where that fits, might be a general AWX credential orchestration issue. |
Regardless of operator/AWX - tried 2.2.1/22.3.0 and 2.6.0/23.2.0 - last fully working version of AWX-EE in my Windows environment is 22.1.0. (Kubernetes v1.22.6+k3s1 on Ubuntu 22.04)
Starting with AWX-EE 22.2.0 and beyond win_updates always throws NativeCreateProcess/CreateProcessW() error messages and is unusable:
"exception": "Traceback (most recent call last):\n File "/usr/share/ansible/collections/ansible_collections/ansible/windows/plugins/action/win_updates.py", line 760, in run\n result = self._run_sync(task_vars, module_options, reboot, reboot_timeout)\n File "/usr/share/ansible/collections/ansible_collections/ansible/windows/plugins/action/win_updates.py", line 835, in _run_sync\n update_result = self._run_updates(task_vars, module_options, poll_script_path, cancel_script_path)\n File "/usr/share/ansible/collections/ansible_collections/ansible/windows/plugins/action/win_updates.py", line 926, in _run_updates\n output_path, task_pid, cancel_id = self._start_updates(task_vars, module_options)\n File "/usr/share/ansible/collections/ansible_collections/ansible/windows/plugins/action/win_updates.py", line 985, in _start_updates\n raise _ReturnResultException(msg, exception=result.get('exception', None), **extra_result)\nansible_collections.ansible.windows.plugins.action.win_updates._ReturnResultException: Failed to invoke batch job: Ausnahme beim Aufrufen von "NativeCreateProcess" mit 9 Argument(en): "CreateProcessW() failed (Zugriff verweigert, Win32ErrorCode 5 - 0x00000005)"\n",
"msg": "Failed to invoke batch job: Ausnahme beim Aufrufen von "NativeCreateProcess" mit 9 Argument(en): "CreateProcessW() failed (Zugriff verweigert, Win32ErrorCode 5 - 0x00000005)"",
(transl. Exception calling NativeCreateProcess with 9 arguments/access denied)
The text was updated successfully, but these errors were encountered: