add conditional
This commit is contained in:
parent
4837bb963f
commit
81b4dad5c3
|
@ -1,3 +1,8 @@
|
||||||
|
|
||||||
|
- name: "[CONFIG HOT PLUG] Comprobando si es necesario configurar hot plug"
|
||||||
|
meta: end_host
|
||||||
|
when: hot-plug_enabled is not defined or not hot-plug_enabled
|
||||||
|
|
||||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
# Install and configure HOT-PLUG
|
# Install and configure HOT-PLUG
|
||||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
|
|
Loading…
Reference in New Issue