bifrost/releasenotes/notes/remove-include_dhcp_server-87e0a58e7fa230c6.yaml
Riccardo Pittau fe9541b6e9 Fix disable-dhcp option in playbook
The enable_dhcp variable is still pointing to the removed variable
include_dhcp_server while it should use enable_dhcp instead.

Change-Id: I60992fa7286766f4fac935e53207f49a98cd77cd
2023-12-11 16:50:48 +01:00

6 lines
129 B
YAML

---
upgrade:
- |
The variable ``include_dhcp_server`` has been completely removed,
please use ``enable_dhcp`` instead.