mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
[aws] Remove double-defined variable from iam_policy module
This commit is contained in:
committed by
Jonathan Davila
parent
617093efa7
commit
52acec3455
@@ -286,7 +286,6 @@ def main():
|
||||
if not HAS_BOTO:
|
||||
module.fail_json(msg='boto required for this module')
|
||||
|
||||
state = module.params.get('state').lower()
|
||||
iam_type = module.params.get('iam_type').lower()
|
||||
state = module.params.get('state')
|
||||
name = module.params.get('iam_name')
|
||||
|
||||
Reference in New Issue
Block a user