From cb47bbf75301b5ffa82c0b75c10004d95ca6fcce Mon Sep 17 00:00:00 2001
From: Spencer Smith <spencer@solinea.com>
Date: Mon, 14 Nov 2016 16:31:15 -0500
Subject: [PATCH] update comment with valid options for bootstrap_os

---
 inventory/group_vars/all.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inventory/group_vars/all.yml b/inventory/group_vars/all.yml
index f72276ae6..d184fb9b4 100644
--- a/inventory/group_vars/all.yml
+++ b/inventory/group_vars/all.yml
@@ -1,4 +1,4 @@
-# Valid bootstrap options (required): xenial, coreos, none
+# Valid bootstrap options (required): ubuntu, coreos, none
 bootstrap_os: none
 
 # Directory where the binaries will be installed
-- 
GitLab