Great job everyone!
this post was submitted on 27 May 2022
42 points (100.0% liked)
Announcements
23462 readers
1 users here now
Official announcements from the Lemmy project. Subscribe to this community or add it to your RSS reader in order to be notified about new releases and important updates.
You can also find major news on join-lemmy.org
founded 5 years ago
MODERATORS
Thx!
Great! Thank you
❤
Wow, you have made the upgrade process so smooth, so easy.
Thank you.
One thing I noticed when updating with ansible is that this doesn't work:
ansible-playbook -i inventory/hosts lemmy.yml --become --ask-become-pass
which is what the instructions say to use, but the following does work:
ansible-playbook -i inventory/hosts lemmy.yml --become --ask-become-pass --ask-pass
Any idea what's going on here?
Open up an issue on the ansible repo with the error log.