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