From 580609fa572e7d529f8fd480d3d0d5e19870f424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Martin?= Date: Mon, 29 Nov 2021 21:49:11 +0100 Subject: [PATCH] Initial commit, no violations --- debug.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 debug.yml diff --git a/debug.yml b/debug.yml new file mode 100644 index 0000000..7e57c1f --- /dev/null +++ b/debug.yml @@ -0,0 +1,7 @@ +--- +- hosts: all + gather_facts: false + tasks: + - name: debug + debug: + msg: "I'm ok"