Make the lemmy_version optional in the example.
This commit is contained in:
parent
757103c5c2
commit
016acb6555
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue