mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2022-02-22 23:00
This commit is contained in:
@@ -3,5 +3,8 @@
|
||||
- include: ../httpd_common/handlers/main.yml
|
||||
- include: ../nginx/handlers/main.yml
|
||||
|
||||
- name: restart llng-fastcgi-server
|
||||
service: name=llng-fastcgi-server state=restarted
|
||||
- name: restart llng
|
||||
service: name={{ (llng_server == 'nginx') | ternary((llng_engine == 'uwsgi') | ternary('llng-uwsgi', 'llng-fastcgi-server'), 'httpd') }} state=restarted
|
||||
|
||||
- name: reload llng
|
||||
service: name={{ (llng_server == 'nginx') | ternary((llng_engine == 'uwsgi') | ternary('llng-uwsgi', 'llng-fastcgi-server'), 'httpd') }} state={{ (llng_server == 'nginx' and llng_engine == 'uwsgi') | ternary('reloaded', 'restarted') }}
|
||||
|
Reference in New Issue
Block a user