mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
restart iiab-nginx at end
This commit is contained in:
parent
a7d179bb30
commit
c27a77c4a2
1 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,13 @@
|
|||
name: pbx
|
||||
when: pbx_install
|
||||
|
||||
- name: start iiab-nginx on port {{ nginx_port }}
|
||||
systemd:
|
||||
daemon_reload: yes
|
||||
name: iiab-nginx.service
|
||||
state: restarted
|
||||
when: nginx_port|int != 80 or nginx_dir != "/etc/nginx"
|
||||
|
||||
- name: Recording STAGE 9 HAS COMPLETED ====================
|
||||
lineinfile:
|
||||
path: "{{ iiab_env_file }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue