From a1eec2498ab27367a729cfb07e7e614073d1415a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Kr=C4=8Dek?= Date: Thu, 31 Oct 2024 13:09:19 +0100 Subject: [PATCH] Fix destroy command with new python CLI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- ansible/roles/destroy/tasks/cleanup_host.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/destroy/tasks/cleanup_host.yml b/ansible/roles/destroy/tasks/cleanup_host.yml index 38e7006906..d230a983a2 100644 --- a/ansible/roles/destroy/tasks/cleanup_host.yml +++ b/ansible/roles/destroy/tasks/cleanup_host.yml @@ -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