diff --git a/roles/backup_client/handlers/main.yml b/roles/backup_client/handlers/main.yml index 0505143d47c0bec59fbecbe3fcdd5c3018ade37c..c57817491461e335815c09258d5cabb75ff5de8f 100644 --- a/roles/backup_client/handlers/main.yml +++ b/roles/backup_client/handlers/main.yml @@ -2,8 +2,8 @@ # @TODO: Can't use file module, since one of the files (GnuPG socket) # seems to disappear in middle of operation). -- name: Remove current keyring # noqa 301 - # [301] Commands should not change things if nothing needs doing +- name: Remove current keyring # 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. @@ -17,8 +17,8 @@ group: root mode: 0700 -- name: Import private keys # noqa 301 - # [301] Commands should not change things if nothing needs doing +- name: Import private keys # 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.