From b53525019aaa453548cdaba62ac5034488295a91 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 14 Oct 2023 22:55:27 +0200 Subject: [PATCH] Ajout info.yml --- info.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 info.yml diff --git a/info.yml b/info.yml new file mode 100644 index 0000000..5d0d833 --- /dev/null +++ b/info.yml @@ -0,0 +1,7 @@ +--- +- name: Test Semaphore Sio + hosts: all + tasks: + - name: Get Debian Versiion + ansible.builtin.shell:i cat /etc/debian_version +