Skip to content
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

sudo: a password is required #80

Open
jwmatthews opened this issue Jun 26, 2017 · 2 comments
Open

sudo: a password is required #80

jwmatthews opened this issue Jun 26, 2017 · 2 comments

Comments

@jwmatthews
Copy link
Member

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}

@jwmatthews
Copy link
Member Author

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.

@jmrodri
Copy link
Contributor

jmrodri commented Jun 27, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants