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
If I include this role in other playbooks, and set 'become: True' in playbook vars. This task will fail because my local machine require sudo password.
I think better to explicit add 'become: False' to this task.