This has to be a shell
This commit is contained in:
parent
83e8f454ca
commit
ccefb53e23
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
- packages
|
||||
|
||||
- name: check offloading
|
||||
command: ethtool -k eth0 | egrep -q 'tcp-segmentation-offload: on|generic-receive-offload: on|generic-segmentation-offload: on'
|
||||
shell: "ethtool -k eth0 | egrep -q 'tcp-segmentation-offload: on|generic-receive-offload: on|generic-segmentation-offload: on'"
|
||||
register: offloading
|
||||
changed_when: "1 != 1"
|
||||
always_run: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue