Explorar el Código

Clean oc caches after openshift APIs have registered

Vadim Rutkovsky hace 6 años
padre
commit
eadffbd57a
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      roles/openshift_control_plane/tasks/main.yml

+ 5 - 0
roles/openshift_control_plane/tasks/main.yml

@@ -305,3 +305,8 @@
   with_items: "{{ l_core_api_list }}"
   retries: 60
   delay: 5
+
+- name: Remove oc cache to refresh a list of APIs
+  file:
+    path: "~/.kube/cache"
+    state: absent