mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-19 14:57:43 -02:30
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