From 7060f6537a0a7c403b9ff3d0c6a1ba46354def82 Mon Sep 17 00:00:00 2001 From: Gilles Mouchet Date: Wed, 22 May 2024 00:36:26 +0200 Subject: [PATCH] add ansible.cfg --- ansible.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..f631193 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,4 @@ +[defaults] +system_warnings = False +deprecation_warnings = False +command_warnings = False \ No newline at end of file