Skip to content

Commit

Permalink
ec2_vpc_peer: Remove duplicate 'profile' parameter, it's automaticall…
Browse files Browse the repository at this point in the history
…y added by ec2_argument_spec (ansible-collections#171)
  • Loading branch information
tremble authored Aug 1, 2020
1 parent a21beaf commit 52d0c4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ec2_vpc_peer.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ def main():
peering_id=dict(),
peer_owner_id=dict(),
tags=dict(required=False, type='dict'),
profile=dict(),
state=dict(default='present', choices=['present', 'absent', 'accept', 'reject'])
)
)
Expand Down

0 comments on commit 52d0c4c

Please sign in to comment.