diff options
author | Andrew Klychkov <aaklychkov@mail.ru> | 2020-02-15 14:03:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-15 14:03:53 +0100 |
commit | 59bcc9f739d40c35ec1f471dbd7f30934bccfd94 (patch) | |
tree | c93017bbe13273b5b6bf95cc4682946f20e0c44a /changelogs | |
parent | Post reports to newer Foreman API endpoint (#64955) (diff) | |
download | ansible-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.yml | 2 |
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). |