diff --git a/docs/30-define-your-config.md b/docs/30-define-your-config.md index 41db633c3..83ccdc771 100644 --- a/docs/30-define-your-config.md +++ b/docs/30-define-your-config.md @@ -55,7 +55,7 @@ Here some requirements _estimations_, which could vary depending of the traffic, | Mini | 512MB | 1GB | | Small | 1GB | 2GB | | Medium | 2GB | 4GB | -| Large | 2GB | 4GB or more | +| Large | 4GB | 4GB or more | Even for a small or mini flavour, you can still add components that don't require big amounts of memory, and see how the system reacts, depending on the traffic, the swap usage, etc. Some services, like grafana or rspamd, requires more diff --git a/roles/clamav/tasks/uninstall/apparmor.yml b/roles/clamav/tasks/uninstall/apparmor.yml index 443ae8354..25d9a36bc 100644 --- a/roles/clamav/tasks/uninstall/apparmor.yml +++ b/roles/clamav/tasks/uninstall/apparmor.yml @@ -10,6 +10,7 @@ loop_control: loop_var: aa_config changed_when: true + failed_when: false - name: Remove clamav AppArmor profiles ansible.builtin.file: