Commit 694da205 by Feanil Patel

Add a task for installing xserver requirements.

parent c5e8b7ec
......@@ -8,6 +8,9 @@
tags:
- deploy
- name: install requirements
pip: requirements="{{ xserver_requirements_file }}" virtualenv="{{ xserver_venv_dir }}" state=present
- name: start xserver
service: name=xserver state=started
tags:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment