[aws] Remove double-defined variable from iam_policy module
This commit is contained in:
parent
617093efa7
commit
52acec3455
1 changed files with 0 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue