Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

releasing the client ID after the cluster is destroyed #1699

Merged
merged 2 commits into from
May 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}}