|
- name: "Ensure local backup directory exists" |
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.