deactivate uwsgi's unique-cron (#76487)
gitea/publik-devinst/pipeline/head This commit looks good Details

This commit is contained in:
Emmanuel Cazenave 2023-04-11 16:28:02 +02:00
parent c78adc9d72
commit acafa22455
1 changed files with 6 additions and 0 deletions

View File

@ -127,6 +127,12 @@
regexp: '^(cron.*)'
replace: '# \1'
- name: "{{app_name}} - comment unique-cron options in uwsgi configuration file"
replace:
path: "{{uwsgi_settings}}"
regexp: '^(unique-cron.*)'
replace: '# \1'
- name: "{{app_name}} - change http-to option in uwsgi configuration file"
ini_file:
path: "{{uwsgi_settings}}"