# Install all dependencies required by roadmap. - name: install-os-deps apt: name={{ item }} with_items: - apache2 - libapache2-mod-wsgi - git - python-pip - python-tz - python-virtualenv - ntp # PIP installation if necessary. - name: install-pip-deps pip: name={{ item }} with_items: - virtualenvwrapper