mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-10 06:04:15 +00:00
Fix yml indentation
This commit is contained in:
parent
f6def44003
commit
3c33a98d9e
1 changed files with 9 additions and 9 deletions
18
.drone.yml
18
.drone.yml
|
@ -3,17 +3,17 @@ kind: pipeline
|
|||
name: default
|
||||
|
||||
steps:
|
||||
- name: check ansible syntax
|
||||
image: plugins/ansible:3
|
||||
settings:
|
||||
- name: check ansible syntax
|
||||
image: plugins/ansible:3
|
||||
settings:
|
||||
playbook: nas.yml
|
||||
galaxy: requirements.yml
|
||||
inventory: tests/inventories/integration_testing/inventory
|
||||
syntax_check: true
|
||||
|
||||
- name: lint
|
||||
image: python:3
|
||||
commands:
|
||||
- pip3 install ansible yamllint==1.27.1 ansible-lint==6.5
|
||||
- ansible-lint nas.yml
|
||||
- yamllint .
|
||||
- name: lint
|
||||
image: python:3
|
||||
commands:
|
||||
- pip3 install ansible yamllint==1.27.1 ansible-lint==6.5
|
||||
- ansible-lint nas.yml
|
||||
- yamllint .
|
||||
|
|
Loading…
Reference in a new issue