diff options
author | sky-joker <sky.jokerxx@gmail.com> | 2020-02-17 15:56:49 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2020-02-27 00:40:17 +0100 |
commit | 454b043c137db126bf514db2c1e938a8a6675b77 (patch) | |
tree | 125b3f66bd4bc585570dfb3497b378b9731b3095 /changelogs | |
parent | Mark aws_acm unstable and connection_aws_ssm disabled (#67787) (diff) | |
download | ansible-454b043c137db126bf514db2c1e938a8a6675b77.tar.xz ansible-454b043c137db126bf514db2c1e938a8a6675b77.zip |
Reflect changed JSON structure than zabbix version 4.4 or more to zabbix_user
add fragments file
Fix several pointed out
https://github.com/ansible/ansible/pull/67475#discussion_r380528775
https://github.com/ansible/ansible/pull/67475#discussion_r380532685
Enable integration test
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/zabbix_user-mediatype-error.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/zabbix_user-mediatype-error.yml b/changelogs/fragments/zabbix_user-mediatype-error.yml new file mode 100644 index 0000000000..50efcf976e --- /dev/null +++ b/changelogs/fragments/zabbix_user-mediatype-error.yml @@ -0,0 +1,2 @@ +bugfixes: + - zabbix_user - Fixed an issue where module failed with zabbix 4.4 or above (see https://github.com/ansible/ansible/pull/67475) |