9 lines
201 B
YAML
9 lines
201 B
YAML
|
steps:
|
||
|
- name: ansible-lint
|
||
|
image: debian
|
||
|
commands:
|
||
|
- apt-get update
|
||
|
- apt-get -y install python3 python3-pip
|
||
|
- pip3 install ansible
|
||
|
- cd ansible/
|
||
|
- ansible-lint
|