forked from wallabag/docker
Fixed bug with entrypoint
The entrypoint didnt triggered the install script if there is no sqlitedb.
This commit is contained in:
@ -31,6 +31,7 @@
|
||||
- name: notify install for sqlite
|
||||
debug:
|
||||
msg='notify installation script if sqlite db does not exist'
|
||||
changed_when: true
|
||||
notify: run install
|
||||
when: (database_driver == 'pdo_sqlite') and
|
||||
(wallabag_sqlite_db.stat.exists == False)
|
||||
|
||||
Reference in New Issue
Block a user