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 dest: /etc/systemd/system.conf
state: present state: present
regexp: "^.*DefaultTasksMax.*$" regexp: "^.*DefaultTasksMax.*$"
line: "DefaultTasksMax={{ lxc_default_tasks_max }} # Managed by Ansible" line: "DefaultTasksMax={{ lxc_default_tasks_max }}"
when: when:
- ansible_service_mgr == 'systemd' - ansible_service_mgr == 'systemd'
notify: notify: