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