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.
1 parent f4fa9ec commit 2901294Copy full SHA for 2901294
ansible/roles/ofed/tasks/install.yml
@@ -58,6 +58,8 @@
58
chdir: "{{ ofed_tmp_dir }}/MLNX_OFED_LINUX-{{ ofed_version }}-{{ ofed_distro }}{{ ofed_distro_version }}-{{ ofed_arch }}/"
59
register: _ofed_install
60
when: "'MLNX_OFED_LINUX-' + ofed_version not in _ofed_info.stdout"
61
+ async: "{{ 45 * 60 }}" # wait for up to 45 minutes
62
+ poll: 15 # check every 15 seconds
63
64
- name: Update initramfs
65
command:
0 commit comments