]> Untitled Git - lemmy.git/commitdiff
Ansible fix try #1.
authorDessalines <tyhou13@gmx.com>
Sun, 29 Dec 2019 00:06:47 +0000 (19:06 -0500)
committerDessalines <tyhou13@gmx.com>
Sun, 29 Dec 2019 00:06:47 +0000 (19:06 -0500)
ansible/lemmy.yml

index 7243afddc387d8f1702c32e4e9b65dee1de98d5a..e9ad4ddd8787d8d10f06df07d7e6d1f2e8037cb9 100644 (file)
@@ -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') }}"