diff --git a/roles/mail_server/handlers/main.yml b/roles/mail_server/handlers/main.yml index f5d9368559702069655ba1574ec1688eb46b5424..3a8553c1819916d9531bdd83a580bf79b2f7ce16 100644 --- a/roles/mail_server/handlers/main.yml +++ b/roles/mail_server/handlers/main.yml @@ -15,8 +15,8 @@ name: clamav-milter state: restarted -- name: Rebuild mail aliases # noqa 301 - # [301] Commands should not change things if nothing needs doing +- name: Rebuild mail aliases # noqa no-changed-when + # [no-changed-when] Commands should not change things if nothing needs doing # This task is invoked only if user is very specific about requiring to # run the handlers manually as a way to bring the system to consistency # after interrupted runs.