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
13 lines
230 B
YAML
13 lines
230 B
YAML
---
|
|
- name: Snapshot virts
|
|
hosts: virthost
|
|
gather_facts: true
|
|
vars:
|
|
- libvirt_uri: qemu:///system
|
|
- overcloud_nodes:
|
|
- name: subnode-0
|
|
- name: subnode-1
|
|
roles:
|
|
- snapshot-libvirt
|
|
become: true
|