From 25139bf08836a4ced52470ef6df3cfb38164d567 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Thu, 4 Apr 2024 17:00:33 -0400 Subject: [PATCH] [chores] Added openwisp2_theme to tasks that need it Without these tasks, the application will not load the new theme. --- tasks/django.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/django.yml b/tasks/django.yml index 28b26655..0ac66f2b 100644 --- a/tasks/django.yml +++ b/tasks/django.yml @@ -146,6 +146,7 @@ recurse: true tags: - molecule-idempotence-notest + - openwisp2_theme - name: Copy static files become: true @@ -171,6 +172,7 @@ changed_when: '"\n0 static files" not in collectstatic_output.out' tags: - molecule-idempotence-notest + - openwisp2_theme # needed to run compilemessages # some .mo files are created in virtualenv_path