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
Failed to run command make apb_push when not logged in as an admin user on oc. It gives the following error:
make apb_push
Exception occurred! 'NoneType' object has no attribute 'split' make: *** [Makefile:23: apb_push] Error 1
The text was updated successfully, but these errors were encountered:
This is fixed in master ansibleplaybookbundle/ansible-playbook-bundle#233 it happens when the user has no token.
There was an issue on the APB repo for it ansibleplaybookbundle/ansible-playbook-bundle#237
Sorry, something went wrong.
No branches or pull requests
Description
Failed to run command
make apb_push
when not logged in as an admin user on oc. It gives the following error:The text was updated successfully, but these errors were encountered: