Skip to content

Commit

Permalink
Update destroy_env.yml for Deploy Red Hat Quay on RHEL (#7522)
Browse files Browse the repository at this point in the history
* Update destroy_env.yml for Deploy Red Hat Quay on RHEL

Fix bookbag destroy

* Update destroy_env.yml
  • Loading branch information
bbethell-1 authored Dec 15, 2023
1 parent 6d03634 commit 76ba918
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ansible/configs/quay-rhel-poc/destroy_env.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
---
- name: Destroy playbook
hosts: localhost
connection: local
gather_facts: false
become: false
tasks:

- 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 76ba918

Please sign in to comment.