File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 - ' python311-azure-mgmt-compute'
7171 - ' python311-azure-identity'
7272 when :
73+ - ansible_distribution_major_version == '15'
7374 - ansible_distribution_version is version('15.4', '>=')
7475 register : result
7576 until : result is succeeded
7677 retries : 3
7778 delay : 60
7879
80+ - name : Ensure Azure Python SDK and Azure Identity python modules are installed [16]
81+ community.general.zypper :
82+ name : " {{ item }}"
83+ state : present
84+ loop :
85+ - ' python313-azure-mgmt-compute'
86+ - ' python313-azure-identity'
87+ when :
88+ - ansible_distribution_major_version == '15'
89+ register : result
90+ until : result is succeeded
91+ retries : 3
92+ delay : 60
93+
7994# The code needs to decide if it is necessary to set DefaultTasksMax to 4096.
8095# The value may be set to a larger or smaller integer or infinity
8196- name : Get DefaultTasksMax value # noqa command-instead-of-module
You can’t perform that action at this time.
0 commit comments