From b89eec09f0ee2110766d124feaa1d53c41a36ccb Mon Sep 17 00:00:00 2001 From: "l.covela" Date: Wed, 7 Jan 2026 12:19:07 +0100 Subject: [PATCH] Ajouter test.yml --- test.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test.yml diff --git a/test.yml b/test.yml new file mode 100644 index 0000000..d864bbc --- /dev/null +++ b/test.yml @@ -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" \ No newline at end of file