Skip to content

Commit

Permalink
Remove collection reference inside the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jillr committed Aug 20, 2021
1 parent dec7979 commit a04f8d2
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 285 deletions.
3 changes: 1 addition & 2 deletions tests/integration/targets/ec2_vpc_igw/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
vpc_name: '{{ resource_prefix }}-vpc'
vpc_seed: '{{ resource_prefix }}'
vpc_cidr: '10.{{ 256 | random(seed=vpc_seed) }}.0.0/16'
vpc_cidr: 10.{{ 256 | random(seed=vpc_seed) }}.0.0/16
Loading

0 comments on commit a04f8d2

Please sign in to comment.