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
TASK [openshift_setup : Resetting cluster, True] ********************************************************************************************************************************************************* changed: [localhost]
TASK [openshift_setup : Install docker through pip as it's a requirement of ansible docker module] ******************************************************************************************************* fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "module_stderr": "sudo: a password is required\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 1}
The text was updated successfully, but these errors were encountered:
The development team runs with NOPASSWD for sudo
%wheel ALL=(ALL) NOPASSWD: ALL
We need to test local/linux with the NOPASSWD turned off and see what errors pop up.
Sorry, something went wrong.
https://stackoverflow.com/questions/21870083/specify-sudo-password-for-ansible
This might help
No branches or pull requests
TASK [openshift_setup : Resetting cluster, True] *********************************************************************************************************************************************************
changed: [localhost]
TASK [openshift_setup : Install docker through pip as it's a requirement of ansible docker module] *******************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "module_stderr": "sudo: a password is required\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 1}
The text was updated successfully, but these errors were encountered: