|
|
@@ -65,7 +65,7 @@
|
|
|
ansible.builtin.systemd_service:
|
|
|
name: "{{ app_container_prefix }}-{{ app_domain }}-fpm-{{ app_php_fpm_port }}"
|
|
|
enabled: true
|
|
|
- state: started
|
|
|
+ state: restarted
|
|
|
scope: user
|
|
|
|
|
|
- name: Start mint php-fpm
|
|
|
@@ -76,7 +76,7 @@
|
|
|
ansible.builtin.systemd_service:
|
|
|
name: "{{ app_container_prefix }}-{{ app_domain }}-worker-mq-ai.translate"
|
|
|
enabled: true
|
|
|
- state: started
|
|
|
+ state: restarted
|
|
|
scope: user
|
|
|
|
|
|
- name: Setup nginx
|
|
|
@@ -92,6 +92,6 @@
|
|
|
- name: Enable schedule run timer
|
|
|
ansible.builtin.systemd_service:
|
|
|
name: "{{ app_domain }}-scheduler.timer"
|
|
|
- state: started
|
|
|
+ state: restarted
|
|
|
enabled: true
|
|
|
scope: user
|