From 31af1a206e7946b8a4e44add57755a4d645251fb Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 14 Jun 2017 17:49:03 +0200 Subject: [PATCH] Turn around defaults Signed-off-by: Patrick Uiterwijk --- roles/regcfp/templates/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/regcfp/templates/config.json b/roles/regcfp/templates/config.json index d28d2772c1..2fd29e95df 100644 --- a/roles/regcfp/templates/config.json +++ b/roles/regcfp/templates/config.json @@ -250,7 +250,7 @@ "private": true, "placeholder": "", "options": [ - "Yes", "No" + "No", "Yes" ], "split": 1 }, @@ -273,7 +273,7 @@ "private": false, "placeholder": "", "options": [ - "Yes", "No" + "No", "Yes" ], "split": 1 },