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:
parent
e25604bc64
commit
d8b08c1f06
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue