diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index da084daef0876d26a860894fe15e9f31335e74c9..f0b916a68afdee3f286f30bef95e26fb7c7ab058 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -49,8 +49,8 @@ notify: - Update PAM configuration -- name: Update PAM configuration # noqa 503 - # [503] Tasks that run when changed should likely be handlers +- name: Update PAM configuration # noqa no-handler + # [no-handler] Tasks that run when changed should likely be handlers # In order to have consistent behaviour during the first and # subsequent playbook runs, make sure the PAM configuration is # updated immediatelly. This way any files created by commands etc @@ -204,8 +204,8 @@ with_dict: "{{ ca_certificates }}" register: deploy_ca_certificates_result -- name: Update CA certificate cache # noqa 503 - # [503] Tasks that run when changed should likely be handlers +- name: Update CA certificate cache # noqa no-handler + # [no-handler] Tasks that run when changed should likely be handlers # CA certificate cache must be updated immediatelly in order for # applications depending on deployed CA certificates can use them to # validate server/client certificates.