summaryrefslogtreecommitdiffstats
path: root/ansible/lemmy.yml
diff options
context:
space:
mode:
authorFelix <me@nutomic.com>2020-01-31 12:03:26 +0100
committerFelix <me@nutomic.com>2020-02-03 14:10:24 +0100
commit032ebe7a9e6e59b238f06768797046322d6afa40 (patch)
tree694567a9054b62b856c58a099de63cd1c7d73325 /ansible/lemmy.yml
parent5ab4d0257abb9cef51154f6284a387339fdd1560 (diff)
Integrate email relay in Ansible setup
Diffstat (limited to 'ansible/lemmy.yml')
-rw-r--r--ansible/lemmy.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/lemmy.yml b/ansible/lemmy.yml
index 6ec4f916..87f71699 100644
--- a/ansible/lemmy.yml
+++ b/ansible/lemmy.yml
@@ -41,6 +41,7 @@
vars:
postgres_password: "{{ lookup('password', 'passwords/{{ inventory_hostname }}/postgres chars=ascii_letters,digits') }}"
jwt_password: "{{ lookup('password', 'passwords/{{ inventory_hostname }}/jwt chars=ascii_letters,digits') }}"
+ lemmy_docker_image: "dessalines/lemmy:{{ lookup('file', 'VERSION') }}"
- name: enable and start docker service
systemd: