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
String value pulled from postgres and present in settings dictionary compared incorrectly
plugins/modules/postgresql_set.py
not depends
- name: shared_preload_libraries value: 'pg_stat_statements,pg_stat_kcache,pg_background'
resulting config
... shared_preload_libraries = 'pg_stat_statements, pg_stat_kcache, pg_background' ... should be no change and restart on second run w/o changes
value: 'pg_stat_statements,pg_stat_kcache,pg_background'
should pass the prettyfier before being compared with effective value
The text was updated successfully, but these errors were encountered:
@badfiles hello, thanks for reporting the issue! I'll put the help wanted label and a link to our quick start dev guide for anyone interested. Thanks
Sorry, something went wrong.
No branches or pull requests
SUMMARY
String value pulled from postgres and present in settings dictionary compared incorrectly
ISSUE TYPE
COMPONENT NAME
plugins/modules/postgresql_set.py
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
not depends
STEPS TO REPRODUCE
EXPECTED RESULTS
resulting config
ACTUAL RESULTS
value: 'pg_stat_statements,pg_stat_kcache,pg_background'
should pass the prettyfier before being compared with effective value
The text was updated successfully, but these errors were encountered: