Commit b40073e3 by Jose Antonio

Improve arasaac byn sql

parent 5accdc6f
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -32,6 +32,14 @@
state: import
target: "{{ server_path }}/{{ database_files_relative_path }}/arasaac.sql"
- name: Imports arasaac pictos
mysql_db:
login_user: "{{ database_user }}"
login_password: "{{ database_user_passwd }}"
name: "{{ database_name }}"
state: import
target: "{{ server_path }}/{{ database_files_relative_path }}/arasaac_byn.sql"
- name: Imports application essential data
mysql_db:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment