Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add vars for debian buster 10 #524

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rafaelhdr
Copy link

I was having this issue with Debian 10

TASK [postgresql : PostgreSQL | Extensions | Make sure the postgis extensions are installed | Debian] ***
fatal: [172.20.1.10]: FAILED! => changed=false 
  msg: No package matching 'postgresql-12-postgis-scripts' is available

This PR was copy postgresql/vars/bionic.yml and edit the line 7:

-  - "postgresql-{{postgresql_version}}-postgis-scripts"
+  - "postgresql-{{postgresql_version}}-postgis-{{postgresql_ext_postgis_version}}-scripts"

Copy link

This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

@github-actions github-actions bot added the stale label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant