From b1eaf8d809789a743be5cb7bb2cfaa54f560f580 Mon Sep 17 00:00:00 2001 From: Gilles Mouchet Date: Sat, 1 Jun 2024 09:21:14 +0200 Subject: [PATCH] remove motd --- misc.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/misc.yml b/misc.yml index f8315d4..e4ec1fc 100644 --- a/misc.yml +++ b/misc.yml @@ -71,9 +71,9 @@ policy: targeted state: permissive -- name: create message in motd - copy: - content: "\n**************************************************\n* !! This -server is managed by ANSIBLE !! *\n* The config files must be changed in repos -itory *\n**************************************************\n\n" - dest: /etc/motd \ No newline at end of file +#- name: create message in motd +# copy: +# content: "\n**************************************************\n* !! This +#server is managed by ANSIBLE !! *\n* The config files must be changed in repos +#itory *\n**************************************************\n\n" +# dest: /etc/motd \ No newline at end of file