소스 검색

add run_once for create secret task in calico_master role

Jeffrey Zhang 7 년 전
부모
커밋
3f66d83b75
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 }}"
     - name: etcd-ca
       path: "{{ calico_etcd_ca_cert_file }}"
+  run_once: true