Files
kayobe/releasenotes/notes/overcloud-deprovision-pause-prompt-2d31b1716116c629.yaml
Matt Crees 0205896b52 Use pause module to prompt for deprovision
This is the workaround to the issue recommended here:
https://github.com/ansible/ansible/issues/84515#issuecomment-2580500165

Now that confirm_deprovision is a proper variable, we also support
setting it to any boolean.

Change-Id: Ief8074cb54451464d827f9a35f4cfdd80cf2f0d7
2025-05-09 14:47:16 +01:00

7 lines
255 B
YAML

---
fixes:
- |
Updates ``overcloud-deprovision.yml`` to use ``ansible.builtin.pause`` when
prompting to confirm deprovisioning. This is the recommended workaround to
`Ansible issue 84515 <https://github.com/ansible/ansible/issues/84515>`__.