Browse Source

Merge pull request #9108 from mazzystr/master

Clean cloud-init path
OpenShift Merge Robot 6 years ago
parent
commit
6ee443b83e
1 changed files with 4 additions and 0 deletions
  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/"