Merge "tasks: lxc_post_install: Fix system.conf DefaultTasksMax setting"
This commit is contained in:
commit
2bd4dc354a
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user