mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
Update: only "warn" when restart is required (#651)
* Fix: only "warn" when restart is required Motivation: my logs are flooded with "warnings" when I run roles against instances. So even though I understand for this "warning", it's a false positive when nothing needs to be done. * Update changelogs/fragments/651-fix-postgresql_set-warning.yaml Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
c055340ecb
commit
8e45b96a33
2 changed files with 8 additions and 3 deletions
4
changelogs/fragments/651-fix-postgresql_set-warning.yaml
Normal file
4
changelogs/fragments/651-fix-postgresql_set-warning.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
bugfixes:
|
||||
- postgresql_set - only display a warning about restarts, when
|
||||
restarting is needed (https://github.com/ansible-collections/community.general/pull/651).
|
Loading…
Add table
Add a link
Reference in a new issue