Remove reference to EXTRA_OPTS in documentation

Passing the contents of EXTRA_OPTS into
ansible-playbook is no longer supported, so remove
reference to this functionality from the documentation.

Closes-Bug: #2123837
Change-Id: Ibaf8af1de66f76772a617b05467ba611d0bbd20d
Signed-off-by: Matt Anson <matta@stackhpc.com>
This commit is contained in:
Matt Anson
2025-09-12 20:58:05 +01:00
parent 16731f0588
commit cf737670c8
2 changed files with 4 additions and 3 deletions

View File

@@ -204,9 +204,6 @@ Tips and Tricks
Kolla Ansible CLI
-----------------
When running the ``kolla-ansible`` CLI, additional arguments may be passed to
``ansible-playbook`` via the ``EXTRA_OPTS`` environment variable.
``kolla-ansible deploy -i INVENTORY`` is used to deploy and start all Kolla
containers.

View File

@@ -0,0 +1,4 @@
---
fixes:
- |
Remove reference to EXTRA_OPTS in documentation.