ソースを参照

umount

next_step
Luigi Cruz 3年前
コミット
7c553e6d8b
1個のファイルの変更6行の追加1行の削除
  1. +6
    -1
      ansible/tasks/umount.yaml

+ 6
- 1
ansible/tasks/umount.yaml ファイルの表示

@@ -1,4 +1,9 @@
---
- name: Umount pseudo filesystems
connection: local
shell: umount --recursive '{{ lookup('env', 'ANSIBLE_ROOTFS_DIR') }}'
shell: umount --recursive '{{ lookup('env', 'ANSIBLE_ROOTFS_DIR') }}{{ item }}'
with_items:
- /proc
- /dev/pts
- /dev
- /sys

読み込み中…
キャンセル
保存