Merge "Elevate privileges when deleting stack dir" into stable/wallaby

This commit is contained in:
Zuul 2022-05-05 15:04:56 +00:00 committed by Gerrit Code Review
commit 81e9feae6a
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@
path: "{{ config_download_path }}/{{ stack_name }}"
state: absent
- name: Remove the deploy stack
become: true
file:
path: "{{ overcloud_deploy_path }}/{{ stack_name }}"
state: absent