diff --git a/roles/hubs/tasks/db-postgresql.yml b/roles/hubs/tasks/db-postgresql.yml index 3e299bf2bc..e3af324019 100644 --- a/roles/hubs/tasks/db-postgresql.yml +++ b/roles/hubs/tasks/db-postgresql.yml @@ -5,6 +5,8 @@ with_items: - postgresql-server - python3-psycopg2 + # For the ansible modules + - python-psycopg2 - name: Set up postgresql database command: postgresql-setup --initdb