Compare commits

..

1 Commits

Author SHA1 Message Date
75f105a6aa
AppArmor: reload on drop-in changes
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Self-explanatory.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-02-12 17:35:09 +01:00

View File

@ -14,9 +14,9 @@ apparmor_reload:
module.run:
- name: service.reload
- m_name: apparmor
{%- for profile in aapillar['local'] %}
- onchanges:
{%- for profile in aapillar['local'] %}
- file: /etc/apparmor.d/local/{{ profile }}
{%- endfor %}
{%- endfor %}
{%- endif %}
{%- endif %}