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

Commit

Permalink
Merge pull request #65 from palantirnet/switch-nvm-ansible-role
Browse files Browse the repository at this point in the history
Switch nvm role for Ansible 2.9 compatibility
  • Loading branch information
becw authored Nov 19, 2019
2 parents def803b + 7fe3170 commit 0351432
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor/
/conf/vagrant/provisioning/roles/elnebuloso.nvm
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

0 comments on commit 0351432

Please sign in to comment.