1
0
Fork 0
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:
Jerry Vonau 2021-06-29 01:36:44 -05:00
parent a7d179bb30
commit c27a77c4a2

View file

@ -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 }}"