diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-08-12 18:15:04 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-08-12 20:44:42 +0200 |
commit | 07a89cf030d97a955b68ed8a48b9161244f63e4e (patch) | |
tree | 1aaf9d7d5add5690bbfe818eff42433193e25419 /tasks | |
parent | 4c271d92503aa0b66a59df20ec576cc1622bb14c (diff) |
Upgrade baseline to Debian 13 (codename Trixie).
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/webmap.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tasks/webmap.yml b/tasks/webmap.yml index 18b8488..2db575d 100644 --- a/tasks/webmap.yml +++ b/tasks/webmap.yml @@ -415,8 +415,7 @@ packages: - uwsgi-core - uwsgi-plugin-python3 - # TODO[trixie]: install python3-psycopg-c instead - - python3-psycopg + - python3-psycopg-c - name: Copy webmap-cgi.socket copy: src=etc/systemd/system/webmap-cgi.socket |