From: Dessalines Date: Mon, 29 Jun 2020 13:55:23 +0000 (-0400) Subject: Adding ansible comment line. X-Git-Url: http://these/git/?a=commitdiff_plain;h=997e373bf9c7a821ab20602fb9f16e309a36e2f1;p=lemmy.git Adding ansible comment line. --- diff --git a/docs/src/administration_install_ansible.md b/docs/src/administration_install_ansible.md index 77d901b3..4676f47d 100644 --- a/docs/src/administration_install_ansible.md +++ b/docs/src/administration_install_ansible.md @@ -11,6 +11,9 @@ git clone https://github.com/LemmyNet/lemmy.git cd lemmy/ansible/ cp inventory.example inventory nano inventory # enter your server, domain, contact email +# If the command below fails, you may need to comment out this line +# In the ansible.cfg file: +# interpreter_python=/usr/bin/python3 ansible-playbook lemmy.yml --become ```