From d740e40edd06a5b5aa97db64ad196318b7cb8d75 Mon Sep 17 00:00:00 2001 From: Bec White Date: Mon, 18 Nov 2019 15:55:28 -0600 Subject: [PATCH 1/3] Try the elnebuloso.nvm ansible galaxy role. --- conf/vagrant/provisioning/drupal8-skeleton.yml | 2 +- conf/vagrant/provisioning/requirements.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/conf/vagrant/provisioning/drupal8-skeleton.yml b/conf/vagrant/provisioning/drupal8-skeleton.yml index c8621b6..ecb7784 100644 --- a/conf/vagrant/provisioning/drupal8-skeleton.yml +++ b/conf/vagrant/provisioning/drupal8-skeleton.yml @@ -16,7 +16,7 @@ - { role: drush } - { role: drupal-check } - { role: gulp } - - { role: leanbit.nvm, + - { role: elnebuloso.nvm, nvm_user: "vagrant", become: true, } diff --git a/conf/vagrant/provisioning/requirements.yml b/conf/vagrant/provisioning/requirements.yml index f82362d..6c3fe00 100644 --- a/conf/vagrant/provisioning/requirements.yml +++ b/conf/vagrant/provisioning/requirements.yml @@ -1,4 +1,3 @@ --- -- src: leanbit.nvm - version: 0.0.4 +- src: elnebuloso.nvm From 349c2568940df4d7cca2ff1ea9185ccbc8ecf41c Mon Sep 17 00:00:00 2001 From: Bec White Date: Mon, 18 Nov 2019 16:53:32 -0600 Subject: [PATCH 2/3] Update the changelog. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee9f3f7..637ddfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## Unreleased + +### Changed + +* Switched the Ansible Galaxy role used to install nvm, since the previous role isn't compatible with Ansible 2.9 + ## 2.4.0 - October 18, 2019 ### Added From 7fe3170465b8ae0a6b5e8b18253b28e1feb075ba Mon Sep 17 00:00:00 2001 From: Bec White Date: Tue, 19 Nov 2019 13:28:42 -0600 Subject: [PATCH 3/3] Ignore the new Ansible Galaxy role when it gets downloaded by Ansible. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 57872d0..453d847 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /vendor/ +/conf/vagrant/provisioning/roles/elnebuloso.nvm