Skip to content

Commit 00b10a6

Browse files
committed
Fix Ansible lint warning related to the file in the first commit
1 parent dacd64a commit 00b10a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/playbooks/tasks/azure-cluster-bootstrap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
- 'python313-azure-mgmt-compute'
8686
- 'python313-azure-identity'
8787
when:
88-
- ansible_distribution_major_version == '15'
88+
- ansible_distribution_major_version == '16'
8989
register: result
9090
until: result is succeeded
9191
retries: 3

0 commit comments

Comments
 (0)