And fix this failed when
This commit is contained in:
parent
ccefb53e23
commit
0835b5d8cb
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
|||
- name: check offloading
|
||||
shell: "ethtool -k eth0 | egrep -q 'tcp-segmentation-offload: on|generic-receive-offload: on|generic-segmentation-offload: on'"
|
||||
register: offloading
|
||||
failed_when: offloading.rc == 2
|
||||
changed_when: "1 != 1"
|
||||
always_run: True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue