diff --git a/ansible/roles/infra/tasks/services/set_x509-exporter.yaml b/ansible/roles/infra/tasks/services/set_x509-exporter.yaml index 1e25294..e7a7f95 100644 --- a/ansible/roles/infra/tasks/services/set_x509-exporter.yaml +++ b/ansible/roles/infra/tasks/services/set_x509-exporter.yaml @@ -20,7 +20,7 @@ group: "svadmins" mode: "0440" become: true - no_log: true + notify: "notification_restart_x509-exporter" - name: Deploy certificates ansible.builtin.copy: diff --git a/config/services/containers/infra/x509-exporter/config/config.yaml b/config/services/containers/infra/x509-exporter/config/config.yaml index cb4e318..68cb039 100644 --- a/config/services/containers/infra/x509-exporter/config/config.yaml +++ b/config/services/containers/infra/x509-exporter/config/config.yaml @@ -8,4 +8,4 @@ sources: - /certs/*.crt - /certs/*.pem - /certs/*.cer - refreshInterval: 1m \ No newline at end of file + refreshInterval: 1m