Ajouter test.yml

This commit is contained in:
l.covela 2026-01-07 12:19:07 +01:00
parent 834607c9ad
commit b89eec09f0
1 changed files with 4 additions and 0 deletions

4
test.yml Normal file
View File

@ -0,0 +1,4 @@
- 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"