- hosts: synology
gather_facts: false
tasks:
- raw: "echo SHELL=$0; which sh || true; ls -l /bin/sh || true; test -x /bin/sh && echo OK || echo KO"