Skip to content

Commit

Permalink
releasing the ID after the cluster is destroyed so there won't be a c…
Browse files Browse the repository at this point in the history
…onflict ever (#1699)
  • Loading branch information
vincepower authored May 6, 2020
1 parent 17c3f97 commit 564fd59
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ansible/configs/aro/destroy_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
gather_facts: False
become: no
tasks:
- name: Releasing the app registration
command: >
curl {{az_function_release}}{{project_tag}}
- name: Ensure az is installed
environment:
PATH: /usr/bin
Expand Down Expand Up @@ -52,3 +48,8 @@
- name: Remove the ARO resource group
ignore_errors: true
command: "az group delete --name {{az_resource_group}} --yes"

- name: Releasing the app registration
command: >
curl {{az_function_release}}{{project_tag}}

0 comments on commit 564fd59

Please sign in to comment.