1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

Clean wondershaper.yml, nginx/tasks/main.yml

This commit is contained in:
root 2020-01-12 17:21:56 -05:00
parent bd915fcdae
commit c53fc6fc9a
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
dest: /usr/bin/wondershaper
# owner: root
# group: root
# mode: '0744'
mode: '0744'
- name: Create conf.d directory
file:

View file

@ -35,7 +35,7 @@
# include_tasks: only_nginx.yml
# when: nginx_enabled | bool
- name: Stop and disable NGINX, when not nginx_enabled
- name: Stop & Disable 'nginx' systemd service, when not nginx_enabled
systemd:
name: nginx
state: stopped