Fix destroy command with new python CLI

One task in destroy role was missing arguments that were
supplied by the old bash CLI but not supplied by
the new python CLI.

Closes-Bug: #2086187
Change-Id: I6ced070ca10b63c4d27ac76c1e82dc4312c1b165
Signed-off-by: Roman Krček <roman.krcek@tietoevry.com>
This commit is contained in:
Roman Krček 2024-10-31 13:09:19 +01:00
parent 9b98ce997e
commit a1eec2498a

View File

@ -14,7 +14,7 @@
kolla_dev_repos_directory: "{{ kolla_dev_repos_directory }}"
opensearch_datadir_volume: "{{ opensearch_datadir_volume }}"
destroy_include_dev: "{{ destroy_include_dev }}"
kolla_ansible_inventories: "{{ inventories_comma_separated.replace(',',' ') }}"
kolla_ansible_inventories: "{{ ansible_inventory_sources | join(' ') }}"
- block:
- name: Disable octavia-interface service