Skip to content

Commit

Permalink
Fix ansible lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Oct 3, 2023
1 parent 948bf86 commit ff65f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install deps
run: ansible-galaxy collection install ansible.posix
run: ansible-galaxy collection install ansible.posix community.general
- name: ansible-lint
uses: ansible-community/ansible-lint-action@main

0 comments on commit ff65f43

Please sign in to comment.