diff --git a/roles/xmpp_server/tasks/main.yml b/roles/xmpp_server/tasks/main.yml index 0d2dff52b58907793116ec6746b8b37780c7d5e8..b80153e1d539b591c2eb9a67897921216f552c5c 100644 --- a/roles/xmpp_server/tasks/main.yml +++ b/roles/xmpp_server/tasks/main.yml @@ -12,8 +12,8 @@ mode: 0644 register: backports_repository_configuration -- name: Update apt cache if backports repository configuration changed (for immediate use) # noqa 503 - # [503] Tasks that run when changed should likely be handlers +- name: Update apt cache if backports repository configuration changed (for immediate use) # noqa no-handler + # [no-handler] Tasks that run when changed should likely be handlers # Since apt_repository module is not reliable (does not deploy # change when changing distro version etc), we have to use # template instead, but this also means we need to trigger the apt