瀏覽代碼

Merge pull request #9108 from mazzystr/master

Clean cloud-init path
OpenShift Merge Robot 6 年之前
父節點
當前提交
6ee443b83e
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      playbooks/openshift-node/private/clean_image.yml

+ 4 - 0
playbooks/openshift-node/private/clean_image.yml

@@ -8,3 +8,7 @@
       state: absent
     with_items:
     - openshift.fact
+  - name: Clean cloud-init path
+    file:
+      state: absent
+      path: "/var/lib/cloud/"