From c97de9370574961a887d3c7a2c16b246719c30fc Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 20 Nov 2025 20:25:11 +0100 Subject: [PATCH] role assignment fixed --- site.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site.yml b/site.yml index 19b1c76..0404ce6 100644 --- a/site.yml +++ b/site.yml @@ -1,4 +1,5 @@ --- - hosts: all become: yes - roles: pips \ No newline at end of file + roles: + - pips \ No newline at end of file