1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +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 dest: /usr/bin/wondershaper
# owner: root # owner: root
# group: root # group: root
# mode: '0744' mode: '0744'
- name: Create conf.d directory - name: Create conf.d directory
file: file:

View file

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