Quellcode durchsuchen

add run_once for create secret task in calico_master role

Jeffrey Zhang vor 7 Jahren
Ursprung
Commit
3f66d83b75
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      roles/calico_master/tasks/certs.yml

+ 1 - 0
roles/calico_master/tasks/certs.yml

@@ -48,3 +48,4 @@
       path: "{{ calico_etcd_cert_file }}"
       path: "{{ calico_etcd_cert_file }}"
     - name: etcd-ca
     - name: etcd-ca
       path: "{{ calico_etcd_ca_cert_file }}"
       path: "{{ calico_etcd_ca_cert_file }}"
+  run_once: true