From 236a9f80c18c76414cc9da85f81445d3bf1e9f0d Mon Sep 17 00:00:00 2001
From: Yohann D'ANELLO <ynerant@crans.org>
Date: Wed, 3 Feb 2021 19:14:14 +0100
Subject: [PATCH] Don't commit debug files

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

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