diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index 8edf709573853d99b5c7f6f464e50416e8647c35..5bd739c169425f9999d638c49d843bd6d3f6012e 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -1,7 +1,7 @@ --- -- name: Update PAM configuration # noqa 301 - # [301] Commands should not change things if nothing needs doing +- name: Update PAM configuration # 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. @@ -12,8 +12,8 @@ name: ssh state: restarted -- name: Update CA certificate cache # noqa 301 - # [301] Commands should not change things if nothing needs doing +- name: Update CA certificate cache # 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.