Removed duplicate service enabling code. "service -> enable: True" does this already, you don't need to explicitly call update-rc.d
This commit is contained in:
parent
4f64967da3
commit
12f9ffdc1f
@ -28,12 +28,6 @@ nginx-logger-{{ log_type }}:
|
|||||||
- file: nginx-logger-{{ log_type }}
|
- file: nginx-logger-{{ log_type }}
|
||||||
- require_in:
|
- require_in:
|
||||||
- service: nginx
|
- service: nginx
|
||||||
# Not supported in os_family other than Debian
|
|
||||||
{% if grains['os_family'] == 'Debian' %}
|
|
||||||
cmd:
|
|
||||||
- wait
|
|
||||||
- name: /usr/sbin/update-rc.d nginx-logger-{{ log_type }} defaults
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
/etc/logrotate.d/nginx:
|
/etc/logrotate.d/nginx:
|
||||||
|
Loading…
Reference in New Issue
Block a user