Hello Everyone,
First time poster here. By the way I am just now learning this. I am having issues with a playbook I am trying to run and I get this after the
Hello Everyone,
First time poster here. By the way I am just now learning this. I am having issues with a playbook I am trying to run and I get this after the
Are you running the playbook as root? If not, add:
become:yes
to the task or add “–become” to the command line.