Skip to content

Commit

Permalink
[aws] Remove extra variable definition in ec2_vpc_nacl module (ansibl…
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansb authored and s-hertel committed Jun 19, 2018
1 parent 22f1b71 commit a01a17c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ansible/modules/cloud/amazon/ec2_vpc_nacl.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ def replace_network_acl_association(nacl_id, subnets, client, module):


def replace_network_acl_entry(entries, Egress, nacl_id, client, module):
params = dict()
for entry in entries:
params = entry
params['NetworkAclId'] = nacl_id
Expand Down

0 comments on commit a01a17c

Please sign in to comment.