correct database issue

This commit is contained in:
vincent 2019-04-19 19:58:52 +02:00
parent 2feefdb5f1
commit a5d31da406

View File

@ -12,8 +12,7 @@
name: "{{ ttrss_db_name }}" name: "{{ ttrss_db_name }}"
collation: utf8_general_ci collation: utf8_general_ci
encoding: utf8 encoding: utf8
target: /usr/share/webapps/tt-rss/schema/ttrss_schema_mysql.sql state: present
state: import
- name: "Ensure db user is present" - name: "Ensure db user is present"
become: yes become: yes