mirror of
https://github.com/wallabag/docker.git
synced 2026-01-05 18:37:37 +01:00
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
|
- name: notify install for sqlite
|
||||||
debug:
|
debug:
|
||||||
msg='notify installation script if sqlite db does not exist'
|
msg='notify installation script if sqlite db does not exist'
|
||||||
|
changed_when: true
|
||||||
notify: run install
|
notify: run install
|
||||||
when: (database_driver == 'pdo_sqlite') and
|
when: (database_driver == 'pdo_sqlite') and
|
||||||
(wallabag_sqlite_db.stat.exists == False)
|
(wallabag_sqlite_db.stat.exists == False)
|
||||||
|
|||||||
Reference in New Issue
Block a user