summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDessalines <dessalines@users.noreply.github.com>2020-06-29 13:09:47 -0400
committerGitHub <noreply@github.com>2020-06-29 13:09:47 -0400
commit9cf58a74d14112b65fa20a0551595420e61aa82a (patch)
tree057146bd8a34594fce01e76ba24875641d4890e6 /docs
parent82419a08c271e8cc2abd0a4d49196c220dc482dd (diff)
parent997e373bf9c7a821ab20602fb9f16e309a36e2f1 (diff)
Merge pull request #859 from LemmyNet/adding_ansible_comment_line
Adding ansible comment line.
Diffstat (limited to 'docs')
-rw-r--r--docs/src/administration_install_ansible.md3
1 files changed, 3 insertions, 0 deletions
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
```