diff --git a/roles/etcd/tasks/gen_certs_script.yml b/roles/etcd/tasks/gen_certs_script.yml index 3825e3c62..680df69db 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: