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 }}"