diff --git a/manifest.json b/manifest.json index 8fcb6fa..30b2a36 100644 --- a/manifest.json +++ b/manifest.json @@ -42,7 +42,7 @@ "name": "", "type": "select", "choices": ["auto", "manual"], - "default": "manual" + "default": "manual", "ask": { "en": "Should the jobs be automatically run from the apps list?" } @@ -51,7 +51,7 @@ "name": "cluster", "type": "select", "choices": ["cluster", "no"], - "default": "no" + "default": "no", "ask": { "en": "Should an LXD cluster be created with this server as first node?" }