Files
kayobe/releasenotes/notes/kolla-check-diff--extra-opts-03bc183075f59ada.yaml
Matt Anson f5a5ddb043 Explicity set --check and --diff in kolla-ansible
Kolla Ansible no longer supports appending the content of the EXTRA_OPTS
environment variable to the ansible-playbook command. Kolla Ansible now
supports --check and --diff as explicit CLI arguments, so explicitly
pass them into kolla-ansible.

Closes-Bug: #2123834
Change-Id: Ia91e5539f4338c8209fbe92739bce916c10b2b7a
Signed-off-by: Matt Anson <matta@stackhpc.com>
2025-09-19 20:11:39 +02:00

7 lines
186 B
YAML

---
fixes:
- |
Fixes ``--check`` and ``--diff`` CLI arguments not being passed into
Kolla Ansible commands.
`LP#2123834 <https://bugs.launchpad.net/kayobe/+bug/2123834>`__