Skip to content

Commit

Permalink
Lint issues (#18)
Browse files Browse the repository at this point in the history
* Correct lint issues

* Add ansible-lint, remove ansible-lint-ignore

* Add ansible-lint, remove ansible-lint-ignore

* changed yaml to yml
  • Loading branch information
steven-schattenberg-itential authored Jul 2, 2024
1 parent 5bdfda8 commit 9454192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/gateway_haproxy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
ansible.builtin.include_vars:
file: "{{ item }}"
with_first_found:
- "release-{{ iag_release }}.yaml"
- "release-undefined.yaml"
- "release-{{ iag_release }}.yml"
- "release-undefined.yml"

- name: Check for valid IAG release
ansible.builtin.fail:
Expand Down

0 comments on commit 9454192

Please sign in to comment.