Skip to content

Commit

Permalink
Fix ppc64le destruction (api key mismatch)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stringy committed Jan 3, 2024
1 parent 44f93f2 commit b8b1b67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ansible/roles/destroy-vm/tasks/destroy-ppc64le-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

- name: Get instance id by name
delegate_to: localhost
environment:
IC_API_KEY: "{{ lookup('env', 'IC_API_KEY') }}"
ibm.cloudcollection.ibm_pi_instance_info:
region: "{{ region }}"
zone: "{{ zone }}"
Expand Down

0 comments on commit b8b1b67

Please sign in to comment.