From 0a6154bbc65af2045dfec1fbf428d42fbdddd7fe Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Fri, 14 Jan 2022 19:19:29 +0100 Subject: [PATCH] [constellation] We don't have any fixture for now Signed-off-by: Yohann D'ANELLO --- roles/constellation-front/tasks/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/constellation-front/tasks/main.yml b/roles/constellation-front/tasks/main.yml index 1943e209..a17a5394 100644 --- a/roles/constellation-front/tasks/main.yml +++ b/roles/constellation-front/tasks/main.yml @@ -80,12 +80,6 @@ project_path: "{{ project_path }}" notify: Restart uWSGI -- name: Load initial data - django_manage: - command: loaddata initial - project_path: "{{ project_path }}" - notify: Restart uWSGI - - name: Create static files directory file: path: "/var/lib/constellation/{{ item }}"