diff options
author | Mark Chappell <mchappel@redhat.com> | 2019-07-31 18:03:30 +0200 |
---|---|---|
committer | Sloane Hertel <shertel@redhat.com> | 2019-07-31 18:03:30 +0200 |
commit | 934d25a820c29b885329675453748e4f88750c63 (patch) | |
tree | 1d653816d0c091461cf8c508852693dbaa2e050e /changelogs | |
parent | Add description of collection_paths in base.yml (#59778) (diff) | |
download | ansible-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.yml | 2 |
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 |