We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dacd64a commit 00b10a6Copy full SHA for 00b10a6
1 file changed
ansible/playbooks/tasks/azure-cluster-bootstrap.yaml
@@ -85,7 +85,7 @@
85
- 'python313-azure-mgmt-compute'
86
- 'python313-azure-identity'
87
when:
88
- - ansible_distribution_major_version == '15'
+ - ansible_distribution_major_version == '16'
89
register: result
90
until: result is succeeded
91
retries: 3
0 commit comments