1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

un-needed now

This commit is contained in:
Jerry Vonau 2021-12-09 03:16:23 -06:00
parent 15f0f87d13
commit f783caf5dd

View file

@ -33,13 +33,6 @@
state: restarted
when: nginx_enabled
- name: Start iiab-nginx on port {{ nginx_port }}
systemd:
name: iiab-nginx
enabled: yes
state: restarted
when: nginx_port|int != 80 or nginx_dir != "/etc/nginx"
- name: Disable & Stop 'nginx' systemd service, if not nginx_enabled
systemd:
name: "{{ systemd_unit_name }}"