mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 04:08:02 +03:00
Disable fapolicyd service (#10081)
This commit is contained in:
@@ -136,3 +136,11 @@
|
||||
state: present
|
||||
reload: yes
|
||||
with_items: "{{ additional_sysctl }}"
|
||||
|
||||
- name: Disable fapolicyd service
|
||||
failed_when: false
|
||||
systemd:
|
||||
name: fapolicyd
|
||||
state: stopped
|
||||
enabled: false
|
||||
when: disable_fapolicyd
|
||||
|
||||
Reference in New Issue
Block a user