summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorAndrew Klychkov <aaklychkov@mail.ru>2020-02-15 14:03:53 +0100
committerGitHub <noreply@github.com>2020-02-15 14:03:53 +0100
commit59bcc9f739d40c35ec1f471dbd7f30934bccfd94 (patch)
treec93017bbe13273b5b6bf95cc4682946f20e0c44a /changelogs
parentPost reports to newer Foreman API endpoint (#64955) (diff)
downloadansible-59bcc9f739d40c35ec1f471dbd7f30934bccfd94.tar.xz
ansible-59bcc9f739d40c35ec1f471dbd7f30934bccfd94.zip
Bugfix of 67377: postgresql_set converts value to uppercase if "mb" or "gb" or "tb" is in the value string (#67418)
* Bugfix of 67377: postgresql_set converts value to uppercase if "mb" or "gb" or "tb" is in the value string * fix CI * add changelog
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/67418-postgresql_set_converts_value_to_uppercase.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/67418-postgresql_set_converts_value_to_uppercase.yml b/changelogs/fragments/67418-postgresql_set_converts_value_to_uppercase.yml
new file mode 100644
index 0000000000..b3cd21f858
--- /dev/null
+++ b/changelogs/fragments/67418-postgresql_set_converts_value_to_uppercase.yml
@@ -0,0 +1,2 @@
+bugfixes:
+- postgresql_set - fix converting value to uppercase (https://github.com/ansible/ansible/issues/67377).