diff --git a/roles/etcd/tasks/gen_certs_script.yml b/roles/etcd/tasks/gen_certs_script.yml
index 3825e3c62c510c0a6a5b1dce24662ff563a7f23a..680df69db0a2338bead8af507ffd2b1e916d9a7e 100644
--- a/roles/etcd/tasks/gen_certs_script.yml
+++ b/roles/etcd/tasks/gen_certs_script.yml
@@ -156,11 +156,9 @@
     executable: /bin/bash
   no_log: true
   changed_when: false
-  check_mode: no
   when: (('calico_rr' in groups and inventory_hostname in groups['calico_rr']) or
         inventory_hostname in groups['k8s_cluster']) and
         sync_certs|default(false) and inventory_hostname not in groups['etcd']
-  notify: set etcd_secret_changed
 
 - name: Gen_certs | check certificate permissions
   file: