This has to be a shell

This commit is contained in:
Kevin Fenzi 2016-06-25 20:42:39 +00:00
parent 83e8f454ca
commit ccefb53e23

View file

@ -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