disable firmware upgrade at os install.
This commit is contained in:
@@ -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 ######
|
||||
|
||||
Reference in New Issue
Block a user