diff --git a/root/etc/ansible/entrypoint.yml b/root/etc/ansible/entrypoint.yml index d11e8d5..ae6a4d1 100644 --- a/root/etc/ansible/entrypoint.yml +++ b/root/etc/ansible/entrypoint.yml @@ -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)