Skip to content

Commit

Permalink
Switch order on lint warning tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nleiva committed Mar 21, 2022
1 parent 380d249 commit 7428cb0
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 @@ -25,4 +25,4 @@ jobs:
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@v6.0.1
with:
args: "-w unpredictability,security"
args: "-w security,unpredictability"

0 comments on commit 7428cb0

Please sign in to comment.