Merge pull request #859 from LemmyNet/adding_ansible_comment_line

Adding ansible comment line.
pull/865/head
Dessalines 4 years ago committed by GitHub
commit 9cf58a74d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
```

Loading…
Cancel
Save