geerlingguy/ansible-role-postgresql

Role fails when used with AWX (Ansible Tower) without FQCN

MrRoyce opened this issue · 2 comments

Hi there, this worked fine for me when I tested on a local VM. However it failed on a remote AWX server because it could not find 2 modules. I had to add the following to a collections\requirements.yml file to get this to work:

---
collections:
- name: community.postgresql
  source: https://galaxy.ansible.com

- name: community.general
  source: https://galaxy.ansible.com

Hope this helps someone else.

This issue 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!

Please read this blog post to see the reasons why I mark issues as stale.

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.