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:
parent
9b98ce997e
commit
a1eec2498a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user