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 2a96aa7 commit 42c0ce3Copy full SHA for 42c0ce3
playbooks/roles/rdma-interface/tasks/debian.yml
@@ -4,7 +4,7 @@
4
# Another option is to detect the mlx5_core driver, but it's harder to tell whch interface can be activated
5
#
6
7
-- name: Are we running on a new image?
+- name: Are we running on an image with OCI-CN-AUTH packages?
8
stat:
9
path: /sbin/oci-rdma-configure
10
register: new_image
playbooks/roles/rdma-interface/tasks/el.yml
@@ -17,7 +17,7 @@
17
instance_metadata: "{{ i_metadata['content'] }}"
18
19
20
21
22
23
0 commit comments