Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Aldo Lacuku <aldo@lacuku.eu>
  • Loading branch information
alacuku committed Jul 24, 2023
1 parent d1e352e commit 37902cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ exclude_paths:

# Offline mode enables installation of requirements.yml and schema refreshing
# needed by the community collection
offline: false
#online: true

Check warning on line 14 in .ansible-lint

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml missing starting space in comment
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:

- name: Run ansible-lint
# replace `main` with any valid ref, or tags like `v6`
uses: ansible/ansible-lint-action@cad5176ea6f24a38f909d688bd467ec8d942d7e1 # v 6.17.0
uses: ansible/ansible-lint-action@v6.3.0 # v 6.17.0
4 changes: 2 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
collections:
- name: community.docker
- name: community.crypto
- name: community.docker
- name: community.crypto

Check failure on line 4 in requirements.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml no new line character at the end of file

0 comments on commit 37902cb

Please sign in to comment.