From bb5f6e04f3d92a93a587e1a17082edb5a7bf6641 Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Thu, 8 Oct 2020 16:15:08 +0200 Subject: [PATCH] rajout option create motd --- setup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.yml b/setup.yml index 9aee355..91891d7 100644 --- a/setup.yml +++ b/setup.yml @@ -5,6 +5,7 @@ - name: warn people lineinfile: path: /etc/motd + create: yes line: "Host is managed by ansible, manual interaction not recommended" state: present