Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
@@ -7,12 +7,12 @@ steps:
|
||||
- name: yaml lint
|
||||
image: cytopia/yamllint:alpine
|
||||
commands:
|
||||
- yamllint -c .yamllint.yml .
|
||||
- yamllint -c .yamllint.yml .
|
||||
|
||||
- name: ansible lint
|
||||
image: cytopia/ansible-lint:alpine
|
||||
commands:
|
||||
- ansible-lint -c .ansible-lint.yml .
|
||||
- ansible-lint -c .ansible-lint.yml .
|
||||
|
||||
- name: ansible apply
|
||||
image: plugins/ansible:3
|
||||
|
Reference in New Issue
Block a user