Skip to content

Commit

Permalink
Fix ansible lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter committed Sep 9, 2024
1 parent 0f85435 commit 169961a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
roles:
collections:
roles: []
collections: []

Check failure on line 2 in tests/requirements.yml

View workflow job for this annotation

GitHub Actions / lint & syntax check

yaml[new-line-at-end-of-file]

No new line character at the end of file
2 changes: 1 addition & 1 deletion tests/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: test role syntax
- name: Test role syntax
hosts: test
roles:
- ansible-proxmox-backup

Check failure on line 4 in tests/test.yml

View workflow job for this annotation

GitHub Actions / lint & syntax check

yaml[new-line-at-end-of-file]

No new line character at the end of file

0 comments on commit 169961a

Please sign in to comment.