Skip to content

Commit

Permalink
Enforce exclusions in s390x VMs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stringy committed Aug 25, 2023
1 parent 7bd1598 commit 51d43a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/create-vm/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
include_tasks: create-s390x-vm.yml
vars:
vsi_name: "{{ vm_name }}"
when: arch_info == "s390x"
when: arch_info == "s390x" and [vm_family, vm_collection_method] not in excluded_pairs

- name: Create X86 VM
google.cloud.gcp_compute_instance:
Expand Down

0 comments on commit 51d43a3

Please sign in to comment.