-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Issue when trying to activate postgis extension #1095
Comments
Files identified in the description: If these files are inaccurate, please update the |
@rdehouss hey, thanks for reporting the issue! Folks, if anyone wants to fix this, please put the comment here or i'll try to solve this myself ASAP. |
I've just begun |
@rdehouss thanks again for reporting this! |
SUMMARY
I'm trying to install postgis via the postgresql_ext module without success.
Indeed, there is an exception at this line
The reason is that there is a version
unpackaged
for postgis (at least, in docker-postgis)and in python3:
will give
ISSUE TYPE
COMPONENT NAME
postgresql_ext
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Ansible in Docker
STEPS TO REPRODUCE
EXPECTED RESULTS
The version "unpackaged" is either ignored or the exception is catched and a specific option is available to install the unpackaged version (Note that it's not possible anymore since pg 13 I think, see [pg 12 createextension doc)(https://www.postgresql.org/docs/12/sql-createextension.html) and [pg 13 createextension doc)(https://www.postgresql.org/docs/13/sql-createextension.html)
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: