Skip to content

Commit

Permalink
Fix cache clear task
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Nov 7, 2024
1 parent 975cd4d commit cd8d3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/galaxy_labs_engine/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
docker compose --profile prod run --rm
labs-engine
python manage.py shell -c
"from django.core.cache import cache; cache.clear()"
"from django.core.cache import cache; cache.clear()"
args:
chdir: "{{ config_root }}"
tags: clear_cache
Expand Down

0 comments on commit cd8d3a7

Please sign in to comment.