initial commit

This commit is contained in:
2015-09-05 20:25:49 -04:00
commit 2fb838dd9a
7 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
# roles/django/tasks/main.yml
- name: install packages
portage: state=present package={{ item }}
with_items:
- "dev-python/django"