diff --git a/tasks/main.yml b/tasks/main.yml index e1db1d8..88719c3 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -12,8 +12,7 @@ name: "{{ ttrss_db_name }}" collation: utf8_general_ci encoding: utf8 - target: /usr/share/webapps/tt-rss/schema/ttrss_schema_mysql.sql - state: import + state: present - name: "Ensure db user is present" become: yes