Skip to content
This repository was archived by the owner on Jan 17, 2021. It is now read-only.

Commit 007d354

Browse files
committed
explain to at least set seafile_install_version explicitly
1 parent 6cd8ee2 commit 007d354

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Any pre-requisites that may not be covered by Ansible itself or the role should
1313
Role Variables
1414
--------------
1515

16-
Role variables are well documented in defaults/main.yml
16+
Role variables are well documented in defaults/main.yml The most important you'll want to define, is `seafile_install_version`.
17+
1718
Some constants are set in vars/main.yml too, you normally do not want to change those, as they might affect how the
1819
role behaves, in unsuspected ways.
1920

@@ -45,6 +46,7 @@ Using `group_vars/seafile.yml`:
4546
```
4647
---
4748
# names, files and directory locations
49+
seafile_install_version: 6.3.2
4850
seafile_user: seafile
4951
seafile_user_home: /home/seafile
5052
seafile_org_name: Ginsys

0 commit comments

Comments
 (0)