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

postgis.yml doesn't include yum / RedHat variation #258

Open
mptardy opened this issue Aug 21, 2017 · 2 comments
Open

postgis.yml doesn't include yum / RedHat variation #258

mptardy opened this issue Aug 21, 2017 · 2 comments

Comments

@mptardy
Copy link

mptardy commented Aug 21, 2017

No description provided.

@erdenezul
Copy link

could I take this?

@erdenezul
Copy link

To Reproduce this error:

$ ansible-playbook tests/playbook.yml -i vagrant-inventory

tests/vars.yml

---

postgresql_version: 9.6
postgresql_ext_install_postgis: yes

VagrantFile:

machine.vm.box = "bento/centos-6.6"

Error output:

TASK [postgresql : include_vars] *********************************************************************************************************************
ok: [anxs.local] => (item=/home/erdenezul/work/postgresql/vars/../vars/empty.yml)

TASK [postgresql : PostgreSQL | Extensions | Make sure the postgis extensions are installed] *********************************************************
failed: [anxs.local] (item=[u'libgeos-c1', u'postgresql-9.6-postgis-2.1', u'postgresql-9.6-postgis-scripts']) => {"changed": false, "cmd": "apt-get update", "item": ["libgeos-c1", "postgresql-9.6-postgis-2.1", "postgresql-9.6-postgis-scripts"], "msg": "[Errno 2] No such file or directory", "rc": 2}
	to retry, use: --limit @/home/erdenezul/work/postgresql/tests/playbook.retry

PLAY RECAP *******************************************************************************************************************************************
anxs.local                 : ok=7    changed=0    unreachable=0    failed=1 

justinwrobel pushed a commit to justinwrobel/postgresql that referenced this issue Apr 29, 2020
- Added common yum repo
- Updated postgresql_ext_postgis_deps for RedHat
- TODO does this break for other versions?
justinwrobel pushed a commit to justinwrobel/postgresql that referenced this issue Apr 29, 2020
- Added common yum repo
- Updated postgresql_ext_postgis_deps for RedHat
justinwrobel pushed a commit to justinwrobel/postgresql that referenced this issue Apr 29, 2020
- Added common yum repo
- Updated postgresql_ext_postgis_deps for RedHat
justinwrobel pushed a commit to justinwrobel/postgresql that referenced this issue Nov 18, 2021
- Added common yum repo
- Updated postgresql_ext_postgis_deps for RedHat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants