
Decoupled several things from bootstrap roles into subroles and added several default and group variables
7 lines
77 B
YAML
7 lines
77 B
YAML
---
|
|
# Update packages
|
|
- apt: update_cache=yes
|
|
|
|
# Install git
|
|
- apt: name=git
|