summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorMark Chappell <mchappel@redhat.com>2019-07-31 18:03:30 +0200
committerSloane Hertel <shertel@redhat.com>2019-07-31 18:03:30 +0200
commit934d25a820c29b885329675453748e4f88750c63 (patch)
tree1d653816d0c091461cf8c508852693dbaa2e050e /changelogs
parentAdd description of collection_paths in base.yml (#59778) (diff)
downloadansible-934d25a820c29b885329675453748e4f88750c63.tar.xz
ansible-934d25a820c29b885329675453748e4f88750c63.zip
iam_password_policy: boto expects pw_expire to be ommitted when setting no expiration requirements (#59848)
Fixes #59102
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/59848-iam-password-policy-Fix-no-expiration.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/59848-iam-password-policy-Fix-no-expiration.yml b/changelogs/fragments/59848-iam-password-policy-Fix-no-expiration.yml
new file mode 100644
index 0000000000..2f5b2568ea
--- /dev/null
+++ b/changelogs/fragments/59848-iam-password-policy-Fix-no-expiration.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - iam_password_policy - Fix AWS/boto3 errors when setting no password expiration