Merge "Fix for upstart limits.conf file conditional" into stable/newton

This commit is contained in:
Jenkins 2016-12-15 12:28:22 +00:00 committed by Gerrit Code Review
commit fab09fe391
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
src: "upstart.limits.conf.j2"
dest: "/etc/security/limits.conf"
when:
- ansible_service_mgr == 'systemd'
- ansible_service_mgr != 'systemd'
notify:
- Restart mysql
tags: