Skip to content
Snippets Groups Projects
Verified Commit 73f62461 authored by ynerant's avatar ynerant
Browse files

[constellation] Install docutils for django-admin documentation


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent a21aa5f9
No related branches found
No related tags found
1 merge request!263[constellation] Constellation is coming
---
- name: Install some front packages
apt:
install_recommends: false
update_cache: true
name:
python3-docutils
register: apt_result
retries: 3
until: apt_result is succeeded
- name: Install uWSGI
apt:
install_recommends: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment