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 21a228e commit 8b00753Copy full SHA for 8b00753
tasks/main.yml
@@ -98,6 +98,10 @@
98
shell: echo "from django.core.cache import cache; cache._cache.flush_all()" | {{ manage }} shell {{ settings }}
99
when: conf.memcached is defined and conf.memcached
100
101
+- name: Post deployment script
102
+ shell: echo "{{ conf.post_script }}" | {{ manage }} shell {{ settings }}
103
+ when: conf.post_script is defined and conf.post_script
104
+
105
- name: Close ownership to Plesk account group
106
file:
107
name: "{{ conf.host_path }}"
0 commit comments