Skip to content

Commit

Permalink
fix ansible-lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Jun 19, 2024
1 parent 3447838 commit e60bb81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/modules/ec2_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,10 +633,10 @@
amazon.aws.ec2_instance:
name: "public-eni-instance"
network_interfaces_ids:
- id: "eni-12345"
device_index: 0
- id: "eni-67890"
device_index: 1
- id: "eni-12345"
device_index: 0
- id: "eni-67890"
device_index: 1
image_id: ami-123456
tags:
Env: "eni_on"
Expand Down

0 comments on commit e60bb81

Please sign in to comment.