Dessalines@lemmy.mlM to Announcements@lemmy.ml · 2 years agoLemmy Release v0.16.4 - Peertube federation, Rust API and other improvementsjoin-lemmy.orgexternal-linkmessage-square7fedilinkarrow-up141arrow-down10cross-posted to: lemmy@lemmy.ml
arrow-up141arrow-down1external-linkLemmy Release v0.16.4 - Peertube federation, Rust API and other improvementsjoin-lemmy.orgDessalines@lemmy.mlM to Announcements@lemmy.ml · 2 years agomessage-square7fedilinkcross-posted to: lemmy@lemmy.ml
minus-squareseahorse [Ohio]@midwest.sociallinkfedilinkarrow-up1·2 years agoOne 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?
minus-squareDessalines@lemmy.mlOPMlinkfedilinkarrow-up1·2 years agoOpen up an issue on the ansible repo with the error log.
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.