• 1 Post
  • 6 Comments
Joined 4 years ago
cake
Cake day: February 1st, 2021

help-circle





  • lemmy_newOPtoLemmy SupportInstallation
    link
    fedilink
    arrow-up
    2
    ·
    4 years ago

    Hi thanks for your reply i tried again with ansible now i get this error when try to start my ansible.cfg makes reference to python3 however :

    sudo ansible-playbook lemmy.yml --become
    /usr/lib/python2.7/dist-packages/ansible/parsing/vault/init.py:44: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecate d in cryptography, and will be removed in the next release.
    from cryptography.exceptions import InvalidSignature
    ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.

    The error appears to have been in ‘/lemmy/ansible/lemmy.yml’: line 104, column 5, but may
    be elsewhere in the file depending on the exact syntax problem.

    The offending line appears to be:

    • name: start docker-compose
      ^ here