Force Ansible-lint to ignore certain rules

This commit is contained in:
Benjamin Hays 2024-08-13 19:33:28 -04:00
parent 3ecfe15e43
commit bb9d9c74f2
2 changed files with 3 additions and 1 deletions

2
.ansible-lint Normal file
View File

@ -0,0 +1,2 @@
skip_list:
- '403'

View File

@ -2,7 +2,7 @@ name: ansible-lint
on: [push]
jobs:
build:
name: Ansible Lint
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4