Skip to content

Commit

Permalink
M #-: Use correct sqlite3 package name for Debian (#54)
Browse files Browse the repository at this point in the history
(Debian+Ubuntu) Install the sqlite3 package instead of sqlite, which
is required on recent releases:
                     | sqlite | sqlite3 |
  Ubuntu 20.04       |      X |       X |
  Ubuntu 22.04       |      X |       X |
  Ubuntu 23.04+      |        |       X |
  Debian 10 Buster   |      X |       X |
  Debian 11 Bullseye |        |       X |
  Debian 12 Bookworm |        |       X |
  Debian 13 Trixie+  |        |       X |

Co-authored-by: Guillermo Ramos <[email protected]>
  • Loading branch information
sk4zuzu and 1gramos authored Apr 17, 2024
1 parent 06aff74 commit bcd58cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/database/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Debian:
MariaDB: [mariadb-server]
PostgreSQL: [postgresql]
SQLite: [sqlite]
SQLite: [sqlite3]
RedHat:
MariaDB: [mariadb-server]
PostgreSQL: [postgresql-server]
Expand Down

0 comments on commit bcd58cd

Please sign in to comment.