Merge "tasks: lxc_post_install: Fix system.conf DefaultTasksMax setting"

This commit is contained in:
Jenkins 2017-07-06 06:34:41 +00:00 committed by Gerrit Code Review
commit 2bd4dc354a

View File

@ -55,7 +55,7 @@
dest: /etc/systemd/system.conf
state: present
regexp: "^.*DefaultTasksMax.*$"
line: "DefaultTasksMax={{ lxc_default_tasks_max }} # Managed by Ansible"
line: "DefaultTasksMax={{ lxc_default_tasks_max }}"
when:
- ansible_service_mgr == 'systemd'
notify: