1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

always enable uwsgi

This commit is contained in:
Jerry Vonau 2020-01-19 21:28:17 -06:00
parent e25604bc64
commit d8b08c1f06

View file

@ -112,11 +112,13 @@
state: absent
when: not captiveportal_enabled
# lets assume admin-console was/will be installed anyway
- name: Restart uwsgi
systemd:
name: uwsgi
state: restarted
daemon_reload: yes
state: restarted
enabled: true
- name: Stop 'dnsmasq' systemd service
systemd: