Skip to content

Commit

Permalink
fix(ansible-lint)
Browse files Browse the repository at this point in the history
 closes #8521
  • Loading branch information
jhheider committed Jan 28, 2025
1 parent e3da130 commit 98b4cee
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions projects/ansible.com/ansible-lint/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ build:
- bkpyvenv seal {{prefix}} ansible-lint

test:
fixture: |
[defaults]
fact_caching_timeout=invalid-value
script: ansible-lint $FIXTURE

- run: cat $FIXTURE | sed '/^$/d' >test.toml
fixture:
extname: toml
content: |
[defaults]
fast_caching_timeout=invalid-value
- ansible-lint test.toml
provides:
- bin/ansible-lint

0 comments on commit 98b4cee

Please sign in to comment.