diff --git a/roles/mail_forwarder/handlers/main.yml b/roles/mail_forwarder/handlers/main.yml index abd7487f78c5a3dfc1529b0b1b7ed73db42a091f..51e8cb8d2e30a7bde7d909f0671c6b0da741a342 100644 --- a/roles/mail_forwarder/handlers/main.yml +++ b/roles/mail_forwarder/handlers/main.yml @@ -1,7 +1,7 @@ --- -- 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.