Skip to content

Commit

Permalink
Update destroy_env.yml in podman-container-wksp (#7505)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsen-shah authored Dec 11, 2023
1 parent bc87e2f commit da0748e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/configs/podman-container-wksp/destroy_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
become: false
tasks:

- name: Import default destroy playbook
import_playbook: ../../cloud_providers/{{cloud_provider}}_destroy_env.yml

- name: Remove Bookbag
when:
- bookbag_git_repo is defined
include_role:
name: bookbag
vars:
ACTION: destroy

- name: Import default destroy playbook
import_playbook: ../../cloud_providers/{{cloud_provider}}_destroy_env.yml

0 comments on commit da0748e

Please sign in to comment.