diff --git a/.gitignore b/.gitignore index 57872d0..453d847 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /vendor/ +/conf/vagrant/provisioning/roles/elnebuloso.nvm 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 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