diff --git a/tasks/database-mysql.yml b/tasks/database-mysql.yml index 087a2de..cb85f47 100644 --- a/tasks/database-mysql.yml +++ b/tasks/database-mysql.yml @@ -64,7 +64,7 @@ set_fact: pdns_mysql_schema_file_to_use: "{% if pdns_mysql_schema_file | length == 0 %}{{ pdns_mysql_schema_file_detected.stdout }}{% else %}{{ pdns_mysql_schema_file }}{% endif %}" -- name: Import the PowerDNS MySQL schema +- name: "Import the PowerDNS MySQL schema from {{ pdns_mysql_schema_file_to_use }}" mysql_db: login_user: "{{ item['item']['value']['user'] }}" login_password: "{{ item['item']['value']['password'] }}"