summaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-12-28 19:06:47 -0500
committerDessalines <tyhou13@gmx.com>2019-12-28 19:06:47 -0500
commitcde471617ad49fcf1ce88e47bbd49cc4c95094db (patch)
treef7f76998c3ce06d7c1fee3222b924ecc1c51dc16 /ansible
parentf060ffadcc75ad95b1333d0bc17b8893e3d64494 (diff)
Ansible fix try #1.
Diffstat (limited to 'ansible')
-rw-r--r--ansible/lemmy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/lemmy.yml b/ansible/lemmy.yml
index 7243afdd..e9ad4ddd 100644
--- a/ansible/lemmy.yml
+++ b/ansible/lemmy.yml
@@ -32,8 +32,8 @@
- name: add all template files
template: src={{item.src}} dest={{item.dest}}
with_items:
- - { src: '../docker/lemmy.hjson', dest: '/lemmy/lemmy.hjson' }
- { src: '../docker/prod/docker-compose.yml', dest: '/lemmy/docker-compose.yml' }
+ - { src: 'templates/config.hjson', dest: '/lemmy/lemmy.hjson' }
- { src: 'templates/nginx.conf', dest: '/etc/nginx/sites-enabled/lemmy.conf' }
vars:
postgres_password: "{{ lookup('password', 'passwords/{{ inventory_hostname }}/postgres chars=ascii_letters,digits') }}"