Add notes on including local globally installed packages.

This commit is contained in:
Dorian 2016-03-15 10:13:41 -04:00
parent ed270431ec
commit 9140776ea2
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@ Create a local playbook `local_playbook.yml`:
- hosts: localhost
user: $MY_USER_NAME
roles:
- { role: ansible-nodejs, node_version_family: "4.x", local_development: { user: "$MY_USER_NAME", enabled: true } }
- { role: ansible-nodejs, node_version_family: "4.x", local_development: { user: "$MY_USER_NAME", enabled: true },
globally_installed_tools: ["browserify", "coffeescript", "less"]
}
```
Create local inventory `localhost_inventory`: