Browse Source

Upgrade selfoss to version 2.15

Changelog at https://github.com/SSilence/selfoss/releases/tag/2.15
wsteitz 7 years ago
parent
commit
0dc795a8be
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/news/defaults/main.yml

+ 1
- 1
roles/news/defaults/main.yml View File

6
 selfoss_db_username: selfoss
6
 selfoss_db_username: selfoss
7
 selfoss_db_password: "{{ lookup('password', secret + '/' + 'selfoss_db_password', length=32) }}"
7
 selfoss_db_password: "{{ lookup('password', secret + '/' + 'selfoss_db_password', length=32) }}"
8
 selfoss_db_database: selfoss
8
 selfoss_db_database: selfoss
9
-selfoss_version: 2.14
9
+selfoss_version: 2.15
10
 
10
 
11
 selfoss_username: "{{ main_user_name }}"
11
 selfoss_username: "{{ main_user_name }}"
12
 # this is the sha512 hash of the desired password
12
 # this is the sha512 hash of the desired password

Loading…
Cancel
Save