
This PR updates the yaml linter configuration to align it with what we have in the osh-infra repo. Change-Id: I3585fdc6663b2ae7bfb5c1d8a13672ac3055bf86
9 lines
113 B
YAML
9 lines
113 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- start-zuul-console
|
|
- ensure-python
|
|
- ensure-pip
|
|
- clear-firewall
|
|
...
|