Skip to content

Commit

Permalink
Merge pull request #96 from PowerDNS/sqlite3_backend_fix
Browse files Browse the repository at this point in the history
Fixed the schema.sqlite3.sql path on RedHat 8
  • Loading branch information
pieterlexis authored Mar 24, 2021
2 parents a04a06e + c96ef45 commit ba60f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/database-sqlite3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

- name: Define the PowerDNS SQLite schema file path on RedHat 8 and PowerDNS >= 4.2.0
set_fact:
_pdns_mysql_schema_file: "/usr/share/doc/pdns-backend-sqlite/schema.sqlite3.sql"
_pdns_mysql_schema_file: "/usr/share/doc/pdns/schema.sqlite3.sql"
when:
- ansible_distribution_major_version | int == 8
- _pdns_running_version is version_compare('4.2.0', '>=')
Expand Down

0 comments on commit ba60f6f

Please sign in to comment.