Add ansible-lint configuration file
This commit is contained in:
parent
083f93ec5f
commit
84bfeb5c32
4
.ansible-lint
Normal file
4
.ansible-lint
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
|
||||
offline: true
|
||||
profile: basic
|
@ -7,7 +7,7 @@ steps:
|
||||
image: python:3.10.6
|
||||
commands:
|
||||
- pip --disable-pip-version-check install ansible-core==2.15.0 ansible-lint==6.16.1 > /dev/null 2> /dev/null
|
||||
- ansible-lint --offline ansible
|
||||
- ansible-lint -c .ansible-lint ansible
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
Loading…
x
Reference in New Issue
Block a user