From 6a7247578d818f29e10c202947347415b650bd9b Mon Sep 17 00:00:00 2001
From: Yohann D'ANELLO <ynerant@crans.org>
Date: Wed, 3 Feb 2021 16:48:50 +0100
Subject: [PATCH] Don't deploy scripts in the root playbook

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
---
 toto.yml | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100755 toto.yml

diff --git a/toto.yml b/toto.yml
new file mode 100755
index 00000000..68d7849f
--- /dev/null
+++ b/toto.yml
@@ -0,0 +1,7 @@
+#!/usr/bin/env ansible-playbook
+---
+
+- hosts: mailman.adm.crans.org
+  tasks:
+    - ansible.builtin.debug:
+        msg: "{{ ansible_env }}"
-- 
GitLab