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)

This commit was initially merged in https://github.com/ansible-collections/community.aws
-- 317 --
See: ansible-collections/community.aws@8d6b652
  • Loading branch information
tremble authored and goneri committed Jun 25, 2021
1 parent 2e0e0a2 commit 6a36839
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/modules/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 6a36839

Please sign in to comment.