Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Switch nvm role for Ansible 2.9 compatibility #65

Merged
merged 3 commits into from
Nov 19, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion conf/vagrant/provisioning/drupal8-skeleton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- { role: drush }
- { role: drupal-check }
- { role: gulp }
- { role: leanbit.nvm,
- { role: elnebuloso.nvm,
nvm_user: "vagrant",
become: true,
}
3 changes: 1 addition & 2 deletions conf/vagrant/provisioning/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---

- src: leanbit.nvm
version: 0.0.4
- src: elnebuloso.nvm