From 94ae57f24eb1c91e8dd63989cfbf95b84ecb9940 Mon Sep 17 00:00:00 2001 From: Benjamin Graillot Date: Wed, 19 Aug 2020 14:05:22 +0200 Subject: [PATCH] [openssh] Apply openssh role at the end of root.yml --- plays/root.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plays/root.yml b/plays/root.yml index a958296b..6e9cfe3f 100755 --- a/plays/root.yml +++ b/plays/root.yml @@ -46,3 +46,7 @@ roles: - ldap-client - home-nounous + +- hosts: server + roles: + - openssh