Make the lemmy_version optional in the example.

This commit is contained in:
Dessalines 2021-10-11 22:42:17 -04:00
parent 757103c5c2
commit 016acb6555

View file

@ -6,9 +6,9 @@
# to get notifications if your ssl cert expires # 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 # - `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` # if you are upgrading from a previous version, set this to `/lemmy`
# - `lemmy_version`: The back end version. # - `lemmy_version`: <Optional> The back end version.
# - `lemmy_ui_version`: <Optional> overrides the front end version. # - `lemmy_ui_version`: <Optional> 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] [all:vars]
ansible_connection=ssh ansible_connection=ssh