This commit is contained in:
2026-02-21 01:41:04 +01:00
parent f9b68c3937
commit 11621f2e20

View File

@@ -9,7 +9,8 @@
- name: Disable SELinux
ansible.posix.selinux:
state: permissive
policy: targeted
- name: Disable swap
command: swapoff -a
when: ansible_swaptotal_mb > 0