We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Installing AWX fails with:
... module.provisioner.null_resource.provisioner_ace_enable (remote-exec): TASK [awx : Install] *********************************************************** module.provisioner.null_resource.provisioner_ace_enable (remote-exec): fatal: [localhost]: FAILED! => {"changed": false, "command": "/snap/bin/helm --version=1.1.0 show chart awx-operator/awx-operator", "msg": "Failure when executing Helm command. Exited 1.\nstdout: \nstderr: Error: failed to download \"awx-operator/awx-operator\" at version \"1.1.0\"\n", "stderr": "Error: failed to download \"awx-operator/awx-operator\" at version \"1.1.0\"\n", "stderr_lines": ["Error: failed to download \"awx-operator/awx-operator\" at version \"1.1.0\""], "stdout": "", "stdout_lines": []} ...
The text was updated successfully, but these errors were encountered:
Seems related to this: ansible/awx-operator#1136
Update to 1.1.1 resolves it for now
Sorry, something went wrong.
kristofre
Successfully merging a pull request may close this issue.
Describe the bug
Installing AWX fails with:
The text was updated successfully, but these errors were encountered: