]> Untitled Git - lemmy.git/commitdiff
Adding ansible comment line.
authorDessalines <tyhou13@gmx.com>
Mon, 29 Jun 2020 13:55:23 +0000 (09:55 -0400)
committerDessalines <tyhou13@gmx.com>
Mon, 29 Jun 2020 13:55:23 +0000 (09:55 -0400)
docs/src/administration_install_ansible.md

index 77d901b36d60974be829e992dfe8f8004e5f792a..4676f47d43309a8921f2a923381b9e6a6717419d 100644 (file)
@@ -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
 ```