We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da0f17d + 1dfb7d1 commit 1fb4f60Copy full SHA for 1fb4f60
tasks/main.yml
@@ -27,7 +27,8 @@
27
- name: Configure SR-IOV
28
ansible.builtin.include_tasks:
29
file: "configure_sriov-{{ ansible_facts['os_family'] }}.yml"
30
- when: (infiniband_hca_devices | map(attribute='sriov_en') | list) is any
+ when: infiniband_hca_devices is defined and
31
+ (infiniband_hca_devices | map(attribute='sriov_en') | list) is any
32
33
- name: Configure IPoIB interfaces
34
0 commit comments