msg: Destination /usr/local/bin not writable

Hi All,
I’m trying to execute the following playbook:

-bash-4.1$ cat edit_backup.yml

(A)

Do you have permission to write into /usr/local/bin from sudo or is it constrained?

(B)

What flags are you executing Ansible playbook with? Looks like you are missing “sudo: True” in your playbook.