summaryrefslogtreecommitdiffstats
path: root/ansible/lemmy.yml
diff options
context:
space:
mode:
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: