From fc2dcd7b338c7eb347a6210894f595a1ea22a010 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 30 Jan 2024 20:54:21 +0100 Subject: [PATCH] fix: add empty env group to avoid issue --- ansible/production | 4 +++- ansible/staging | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ansible/production b/ansible/production index 4fe3d02..dbb0218 100644 --- a/ansible/production +++ b/ansible/production @@ -22,7 +22,7 @@ bleys production [NAS] -nas +#nas [cluster] oscar @@ -49,3 +49,5 @@ oscar merlin gerard bleys + +[staging] diff --git a/ansible/staging b/ansible/staging index 69429f1..bb284a8 100644 --- a/ansible/staging +++ b/ansible/staging @@ -39,3 +39,5 @@ oscar-dev gerard-dev merlin-dev nas-dev + +[production]