You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of become is inconsistent/incomplete. If the playbook header would havebecome: true and an ansible.cfg file would have the become_method: sudo, then the setup is more portable to various environments. And it would be obvious to the user to enter the sudo password.
Description:
if you don't pass the parameter -K to run the playbook it fails with the message: Missing sudo password.
$ ansible-playbook -i dev site.yml
...
TASK [common : Create group] ****************************************************************************
fatal: [apim_1]: FAILED! => {"msg": "Missing sudo password"}
fatal: [apim-is-as-km_1]: FAILED! => {"msg": "Missing sudo password"}
fatal: [apim-analytics-worker_1]: FAILED! => {"msg": "Missing sudo password"}
Suggested Labels:
Documentation
The text was updated successfully, but these errors were encountered: