From 9a6e3b904cf60e81c05f4fe60fa7a16624cff87c Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Sat, 11 Jun 2022 02:32:48 +0200 Subject: [PATCH] Simplify init.yml file construction --- init.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.yml b/init.yml index 32cc6fe..95194b5 100644 --- a/init.yml +++ b/init.yml @@ -1,5 +1,4 @@ --- - hosts: all - roles: - - role: node-configuration + - node-configuration