소스 검색

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/"