a2cbe94b76
Adds these new commands: kayobe baremetal compute inspect kayobe baremetal compute manage kayobe baremetal compute provide These can be used to set the provision state of ironic nodes in the baremetal-compute group.
7 lines
271 B
YAML
7 lines
271 B
YAML
---
|
|
# This variable is unset before we set it, and it does not appear to be
|
|
# possible to unset a variable in Ansible.
|
|
- name: Set a fact to reset the Ansible python interpreter
|
|
set_fact:
|
|
ansible_python_interpreter: "{{ deactivate_virtualenv_python_interpreter }}"
|