From 016acb65559353b0b0c35df871bf067a961e2234 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 11 Oct 2021 22:42:17 -0400 Subject: [PATCH] Make the lemmy_version optional in the example. --- examples/hosts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/hosts b/examples/hosts index 708dbc3..2b75109 100644 --- a/examples/hosts +++ b/examples/hosts @@ -6,9 +6,9 @@ # to get notifications if your ssl cert expires # - `lemmy_base_dir=/srv/lemmy`: the location on the server where lemmy can be installed, can be any folder # if you are upgrading from a previous version, set this to `/lemmy` -# - `lemmy_version`: The back end version. +# - `lemmy_version`: The back end version. # - `lemmy_ui_version`: overrides the front end version. -myuser@example.com domain=example.com letsencrypt_contact_email=your@email.com lemmy_base_dir=/srv/lemmy lemmy_version=0.13.0 +myuser@example.com domain=example.com letsencrypt_contact_email=your@email.com lemmy_base_dir=/srv/lemmy [all:vars] ansible_connection=ssh