Skip to content

Commit

Permalink
Fix redhat package references
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Gonzalez committed Nov 30, 2023
1 parent b5993e6 commit 9b0bac9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ postgresql_packages_default:
- "postgresql-{{ postgresql_version }}"
- "postgresql-client-{{ postgresql_version }}"
- "python3-psycopg2"
redhat:
- "curl"
- "postgresql-{{ postgresql_version }}-server"
- "postgresql-{{ postgresql_version }}"
- "python3-psycopg2"
postgresql_port: 5432
postgresql_service_name: postgresql
postgresql_service_state: started
Expand Down

0 comments on commit 9b0bac9

Please sign in to comment.