Browse Source

Do not force custom ca cert deployment.

Andrew Butcher 8 years ago
parent
commit
52d8ec69e0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      roles/openshift_ca/tasks/main.yml

+ 1 - 0
roles/openshift_ca/tasks/main.yml

@@ -60,6 +60,7 @@
   copy:
     src: "{{ item.src }}"
     dest: "{{ openshift_ca_config_dir }}/{{ item.dest }}"
+    force: no
   with_items:
   - src: "{{ (openshift_master_ca_certificate | default({'certfile':none})).certfile }}"
     dest: ca.crt