Add notes on including local globally installed packages.
This commit is contained in:
parent
ed270431ec
commit
9140776ea2
|
@ -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`:
|
||||
|
|
Loading…
Reference in New Issue