We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e7d22a + b35d292 commit 8a148d2Copy full SHA for 8a148d2
ansible/playbooks/create-gpu-machine-set.yaml
@@ -25,15 +25,6 @@
25
ansible.builtin.set_fact:
26
cloudRegion: "{{ infraInfo.resources[0].status.platformStatus[cloudProvider].region }}"
27
28
- - name: "[create-gpu-machine-set] Gather information about all availability zones"
29
- amazon.aws.aws_az_info:
30
- region: "{{ cloudRegion }}"
31
- register: awszoneinfo
32
-
33
- - name: "[create-gpu-machine-set] Debug AWS Zone Info"
34
- ansible.builtin.debug:
35
- var: awszoneinfo.availability_zones[0].zone_name
36
37
- name: "[create-gpu-machine-set] Search for MachineSets"
38
kubernetes.core.k8s_info:
39
api: machine.openshift.io/v1beta1
0 commit comments