瀏覽代碼

Clean cloud-init path

Chris Callegari 6 年之前
父節點
當前提交
d6c96b8f81
共有 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/"