Skip to content

Commit

Permalink
iam_managed_policy - remove unused fail_on_delete parameter (ansible-…
Browse files Browse the repository at this point in the history
…collections#1168)

iam_managed_policy - remove unused fail_on_delete parameter

SUMMARY
remove unused fail_on_delete parameter
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
iam_managed_policy
ADDITIONAL INFORMATION
ansible/ansible#63961

Reviewed-by: Markus Bergholz <git@osuv.de>

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@7095617
  • Loading branch information
tremble authored and alinabuzachis committed Oct 6, 2023
1 parent ade930f commit f2927c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugins/modules/iam_managed_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@
default: present
choices: [ "present", "absent" ]
type: str
fail_on_delete:
description:
- The I(fail_on_delete) option does nothing and will be removed after 2022-06-01
type: bool
author: "Dan Kozlowski (@dkhenry)"
extends_documentation_fragment:
Expand Down Expand Up @@ -345,7 +341,6 @@ def main():
policy=dict(type='json'),
make_default=dict(type='bool', default=True),
only_version=dict(type='bool', default=False),
fail_on_delete=dict(type='bool', removed_at_date='2022-06-01', removed_from_collection='community.aws'),
state=dict(default='present', choices=['present', 'absent']),
)

Expand Down

0 comments on commit f2927c8

Please sign in to comment.