From 9936bfd95bbb0eca6b1e15babb31e675ec2f6340 Mon Sep 17 00:00:00 2001
From: Yohann D'ANELLO <ynerant@crans.org>
Date: Mon, 22 Feb 2021 02:46:46 +0100
Subject: [PATCH] [root] Include ssh_known_hosts role in root playbook

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
---
 plays/root.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plays/root.yml b/plays/root.yml
index ac632069..a1574711 100755
--- a/plays/root.yml
+++ b/plays/root.yml
@@ -42,6 +42,7 @@
     - ntp-client
     # - crans-scripts
     - root-config
+    - ssh_known_hosts
 
 - hosts: crans_vm
   roles:
-- 
GitLab