-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various ansible-lint cleanup from integration tests (#2431)
SUMMARY Various ansible-lint cleanup from integration tests that were merged after the last cleanup. Still ignores: name[missing] (future fix) yaml[line-length] (future fix) args[module] (these are specifically related to testing behaviour when missing an argument - remove completely?) ignore-errors (testing clean error handling) sanity[cannot-ignore] (we can't drop all of our ignores yet) run-once[task] (need to investigate) run-once[play] (need to investigate) ISSUE TYPE Bugfix Pull Request COMPONENT NAME tests/integration ADDITIONAL INFORMATION
- Loading branch information
Showing
348 changed files
with
11,655 additions
and
11,597 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/integration/targets/autoscaling_group/roles/ec2_asg/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
load_balancer_name: "{{ tiny_prefix }}-lb" | ||
ec2_asg_load_balancer_name: "{{ tiny_prefix }}-lb" | ||
ec2_asg_setup_run_once: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.