oci-hpc icon indicating copy to clipboard operation
oci-hpc copied to clipboard

when using ubuntu, dont remove apparmor

Open munger1985 opened this issue 1 year ago • 0 comments

playbooks/roles/openldap/tasks/debian.yml in the file, there is remove apparmor, but ubuntu os depends on snap, snap depends on apparmor, so i think we should remove this code

  • name: Remove Apparmor package vars: package_name: - apparmor package_state: absent package_purge: true include_role: name: safe_yum

munger1985 avatar Nov 29 '24 07:11 munger1985