Преглед изворни кода

Clean oc caches after openshift APIs have registered

Vadim Rutkovsky пре 6 година
родитељ
комит
eadffbd57a
1 измењених фајлова са 5 додато и 0 уклоњено
  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