We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23b4f2 commit 403ebf4Copy full SHA for 403ebf4
tasks/main.yml
@@ -82,7 +82,7 @@
82
when: conf.compile_msgs is defined and conf.compile_msgs
83
84
- name: Clear cache
85
- shell: "{{ manage }} cache_clear {{ settings }}"
+ shell: echo "from django.core.cache import cache; cache._cache.flush_all()" | {{ manage }} shell {{ settings }}
86
when: conf.memcached is defined and conf.memcached
87
88
- name: Close ownership to Plesk account group
0 commit comments