Replies: 1 comment
-
|
This is also documented here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using a Mac, you may get an error output similar to this:
When you see the
ERROR! A worker was found in a dead stateit is a give away to me that you are running into the issue described on the Ansible Github - ansible/ansible#65108.The workaround for now has been to run
export no_proxy='*'on the Mac, if allowed (this may be against some policies). Other workaround would be to run on a Linux system, such as a Docker container that has Ansible.At this point, this is applicable on the qraphql_query action plugin.
Beta Was this translation helpful? Give feedback.
All reactions