Skip to content

Commit

Permalink
fix bad collection call
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Rutledge committed Nov 15, 2023
1 parent f2024ff commit b5396ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/configs/ocp4-cluster/gcp_fw_destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
when:
- r_firewall_info.resources | length > 0
- item.name.startswith('k8s-')
google.cloud.gcp_compute_instance:
google.cloud.gcp_compute_firewall:
auth_kind: "{{ gcp_auth_type }}"
service_account_file: "{{ gcp_credentials_file }}"
project: "{{ gcp_project_id }}"
name: "{{ item.name }}"
zone: "{{ item.zone }}"
state: absent
loop: "{{ r_firewall_info.resources }}"

0 comments on commit b5396ed

Please sign in to comment.