Closed calbasi closed 2 years ago
You mean we just need to change the README, if the second command works?
Yes. I'm not an advanced Ansible user, and I don't know what's the difference between both commands and why one runs and the other sucks.
Did you change anything in ansible.cfg? It sets become = True, so there should be no need to set it on command line.
I didn't change anything in change.cfg. I just did a "git pull" and fired ansible command.
Weird. Maybe setting the command line parameter causes the config to be ignored or something like that.
Hi @Nutomic why have you dischard "-K" from my suggested command?
K is the same as ask become pass
Hi, when using:
ansible-playbook -i inventory/hosts lemmy.yml --ask-become-pass
I get an error (the typical error on Debian when a user without privileges try to do an apt update:
But the error is gone when using:
ansible-playbook -i inventory/hosts lemmy.yml --become -K