eed2561ce2
This will speed up `kayobe overcloud host command run`. Change-Id: I02adfa5819bff781e1649b81c1023b55de32ebd0
8 lines
164 B
YAML
8 lines
164 B
YAML
---
|
|
- name: Run a command
|
|
gather_facts: False
|
|
hosts: seed-hypervisor:seed:overcloud
|
|
tasks:
|
|
- name: Run a command
|
|
shell: "{{ host_command_to_run }}"
|