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

[constellation] Keep constellation up to date


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 3f033ad9
No related branches found
No related tags found
1 merge request!263[constellation] Constellation is coming
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
pip: pip:
name: name:
- git+https://gitlab.adm.crans.org/nounous/constellation.git[front] - git+https://gitlab.adm.crans.org/nounous/constellation.git[front]
state: latest
- name: Install uWSGI - name: Install uWSGI
apt: apt:
......
...@@ -69,11 +69,12 @@ ...@@ -69,11 +69,12 @@
version: "{{ constellation.version }}" version: "{{ constellation.version }}"
recursive: true recursive: true
- name: Install constellation (production) - name: Install and upgrade constellation (production)
when: constellation.version == "master" when: constellation.version == "master"
pip: pip:
name: name:
- git+https://gitlab.adm.crans.org/nounous/constellation.git - git+https://gitlab.adm.crans.org/nounous/constellation.git
state: latest
- name: Set owner of cloned project - name: Set owner of cloned project
when: constellation.version != "master" when: constellation.version != "master"
......
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