infra-ansible/roles/bootstrap/tasks/install_required_packages.yml
Ricardo Carrillo Cruz 2c82bfee21 More roles cleanup
2015-04-06 14:00:21 +02:00

7 lines
77 B
YAML

---
# Update packages
- apt: update_cache=yes
# Install git
- apt: name=git