• @letstry
    link
    42 years ago

    Wow, you have made the upgrade process so smooth, so easy.

    Thank you.

  • seahorse [Ohio]
    link
    fedilink
    22 years ago

    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?

    • DessalinesOPMA
      link
      22 years ago

      Open up an issue on the ansible repo with the error log.