disable firmware upgrade at os install.

This commit is contained in:
Lu Qiuwen
2023-07-13 12:08:39 +05:00
parent 079e9646db
commit 38541f4433

View File

@@ -91,7 +91,7 @@
lineinfile:
path: /etc/infiniband/openib.conf
regexp: '^RUN_FW_UPDATER_ONBOOT'
line: "RUN_FW_UPDATER_ONBOOT=yes"
line: "RUN_FW_UPDATER_ONBOOT=no"
when: runtime_env == 'TSG-X-P0804' or runtime_env == 'TSG-X-P0906'
###### end ######
@@ -102,4 +102,4 @@
dest: "/usr/bin/uname"
mode: "0755"
remote_src: yes
###### end ######
###### end ######