8301ad47c3
Fixes: #63905 * Add return parameters to return after module execution https://github.com/ansible/ansible/pull/64605#discussion_r344430717 * Add moid and use_instance_uuid parameters https://github.com/ansible/ansible/pull/64605#discussion_r344431003 * Add reset playbook for test case * Delete HAS_PYVMOMI variable https://github.com/ansible/ansible/pull/64605#discussion_r344430877 * Fix because the default value of stop_action was wrong * Fix multiple sanity test error for document related * Fix remove unnecessary line break
6 lines
279 B
YAML
6 lines
279 B
YAML
# Test code for the vmware_host_auto_start Operations.
|
|
# Copyright: (c) 2019, sky-joker <sky.jokerxx@gmail.com>
|
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
|
|
- include: vcenter_auto_start_ops.yml
|
|
- include: esxi_auto_start_ops.yml
|