Explorar el Código

Clean cloud-init path

Chris Callegari hace 6 años
padre
commit
d6c96b8f81
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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/"