소스 검색

adding unmount task below the backup task

bysnupy 6 년 전
부모
커밋
89c9d9f370
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      roles/container_runtime/tasks/common/setup_docker_symlink.yml

+ 5 - 0
roles/container_runtime/tasks/common/setup_docker_symlink.yml

@@ -11,6 +11,11 @@
       failed_when:
         - results.rc != 0
 
+    - name: ensure the unmount of top level mount point
+      mount:
+        path: "{{ docker_default_storage_path }}"
+        state: unmounted
+
     - name: "Set the selinux context on {{ docker_alt_storage_path }}"
       command: "semanage fcontext -a -e {{ docker_default_storage_path }} {{ docker_alt_storage_path }}"
       environment: