We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
let's say I have :
db1
ns1A
ns1B
db2
ns2A
ns2B
whenever I use
- community.postgresql.postgresql_info: login_host: 127.0.0.1 login_user: root login_password: super_secret_password db: "db1" register: db_info - debug: msg: "{{ db_info }}"
it will print ns1A and ns1B both as the namespaces of both db1 and db2. Not only that, ns2A and ns2B won't be returned at all.
community.postgresql.postgresql_info
ansible 2.9.6 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/mdiez/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3/dist-packages/ansible executable location = /usr/bin/ansible python version = 3.8.10 (default, Sep 28 2021, 16:10:42) [GCC 9.3.0]
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
SUMMARY
let's say I have :
db1
, with namespacesns1A
andns1B
db2
with namespacesns2A
andns2B
whenever I use
it will print
ns1A
andns1B
both as the namespaces of bothdb1
anddb2
.Not only that,
ns2A
andns2B
won't be returned at all.ISSUE TYPE
COMPONENT NAME
community.postgresql.postgresql_info
ANSIBLE VERSION
COLLECTION VERSION
The text was updated successfully, but these errors were encountered: