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

clean up uwsgi.service

This commit is contained in:
Jerry Vonau 2020-01-18 23:17:52 -06:00
parent fb377ee29a
commit c4dea1b5c2

View file

@ -3,6 +3,7 @@
path: "{{ item.path }}" path: "{{ item.path }}"
state: absent state: absent
with_items: with_items:
- { path: "/etc/systemd/system/uwsgi.service" }
- { path: "{{ nginx_config_dir }}/usb-lib.conf" } - { path: "{{ nginx_config_dir }}/usb-lib.conf" }
- { path: "{{ nginx_config_dir }}/modules.conf" } - { path: "{{ nginx_config_dir }}/modules.conf" }