summaryrefslogtreecommitdiffstats
path: root/ansible/ansible.cfg
diff options
context:
space:
mode:
authorPaul Tötterman <ptman@users.noreply.github.com>2020-07-01 15:44:56 +0300
committerGitHub <noreply@github.com>2020-07-01 12:44:56 +0000
commit95f59a027248440b16107192cb507b7c182514de (patch)
treebb7c345ce07eab241232011ee62b8c8a5fef252f /ansible/ansible.cfg
parent5c03e9e9ee53639c93e63253d99998a85b282ab8 (diff)
Put Lemmy in /srv/lemmy instead of /lemmy as recommended by FHS (#857)
* Put Lemmy in /srv/lemmy instead of /lemmy as recommended by FHS * Extract lemmy_base_dir * Complain if lemmy_base_dir not set
Diffstat (limited to 'ansible/ansible.cfg')
-rw-r--r--ansible/ansible.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
index 74b6ab2f..69646629 100644
--- a/ansible/ansible.cfg
+++ b/ansible/ansible.cfg
@@ -1,6 +1,6 @@
[defaults]
-inventory=inventory
-interpreter_python=/usr/bin/python3
+inventory = inventory
+interpreter_python = /usr/bin/python3
[ssh_connection]
pipelining = True