From 6ebbb48c60972fb541c9d37a3a65ca4c3961ec52 Mon Sep 17 00:00:00 2001 From: Bec White Date: Tue, 12 May 2020 14:46:20 -0500 Subject: [PATCH 1/2] Remove the option during install to copy and customize all roles -- only give the option to add an additional playbook. This won't break existing projects, since the variable that allows changing the provisioning source is still there. --- tasks/vagrant.xml | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/tasks/vagrant.xml b/tasks/vagrant.xml index 3d6a5b4..d35210e 100644 --- a/tasks/vagrant.xml +++ b/tasks/vagrant.xml @@ -10,7 +10,6 @@ - @@ -22,17 +21,7 @@ - - - - - - - - - - - + @@ -42,22 +31,6 @@ - - - - - - - - - - - - - - - - @@ -105,7 +78,7 @@ - + From f6de7cd0642e2ae726b76dedf1b46ff8f423c951 Mon Sep 17 00:00:00 2001 From: Bec White Date: Tue, 12 May 2020 15:43:11 -0500 Subject: [PATCH 2/2] Update changelog. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99ea3ce..8fcb232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## UNRELEASED + +### Changed + +* Removed the install wizard option to copy the Ansible roles into your project and customize. This can still be done, but in almost all cases adding a custom playbook is more maintainable. Existing setups that use this approach will continue to work. ([PR #76](https://github.com/palantirnet/the-vagrant/pull/76)) + ## 2.6.2 - May 12, 2020 ### Fixed