ansible-collections/community.postgresql

String value pulled from postgres and present in settings dictionary compared incorrectly

Ouverte

#597 ouverte le 4 oct. 2023

 (1 commentaire) (0 réaction) (0 personne assignée)Python (116 forks)auto 404
help wanted

Métriques du dépôt

Stars
 (142 étoiles)
Métriques de merge PR
 (Merge moyen 13j 5h) (3 PRs mergées en 30 j)

Description

SUMMARY

String value pulled from postgres and present in settings dictionary compared incorrectly

ISSUE TYPE
  • Bug Report
COMPONENT NAME

plugins/modules/postgresql_set.py

ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT

not depends

STEPS TO REPRODUCE
      - name: shared_preload_libraries
        value: 'pg_stat_statements,pg_stat_kcache,pg_background'

EXPECTED RESULTS

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

ACTUAL RESULTS

value: 'pg_stat_statements,pg_stat_kcache,pg_background'

should pass the prettyfier before being compared with effective value

Guide contributeur