Selaa lähdekoodia

Clean cloud-init path

Chris Callegari 6 vuotta sitten
vanhempi
commit
d6c96b8f81
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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/"