cc82349363
Makes those files conformant with current linting rules and avoids linting errors when we need to toch them again. Previous doing "pre-commit run -a" uncovered these errors, now is no longer reporting any other errors. Change-Id: Ie4cf229c8f11c2b55b323eac23c89483b26d3781
8 lines
175 B
YAML
8 lines
175 B
YAML
---
|
|
# setup the nodepool nodes
|
|
- name: Setup the provisioned virtual machines to look like nodepool nodes
|
|
hosts: subnodes
|
|
gather_facts: true
|
|
roles:
|
|
- nodepool-setup
|