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:
parent
bd915fcdae
commit
c53fc6fc9a
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
dest: /usr/bin/wondershaper
|
||||
# owner: root
|
||||
# group: root
|
||||
# mode: '0744'
|
||||
mode: '0744'
|
||||
|
||||
- name: Create conf.d directory
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue