Lint in offline mode

This commit is contained in:
Salt 2023-03-20 20:54:36 -05:00
parent 2bbf94fb89
commit 5862b7f351
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Lint:
- schedules
script:
- ansible-lint --version
- ansible-lint site.yml
- ansible-lint site.yml --offline
Test:
stage: test