소스 검색

Delete tab

next_step
Luigi Cruz 3 년 전
부모
커밋
76fa2acfa1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      ansible/tasks/mount.yaml

+ 1
- 1
ansible/tasks/mount.yaml 파일 보기

@@ -4,7 +4,7 @@
shell: |
ROOTFS_DIR={{ lookup('env', 'ANSIBLE_ROOTFS_DIR') }}

if grep -q "$(realpath "${ROOTFS_DIR}"/proc)"; then
if grep -q "$(realpath "${ROOTFS_DIR}"/proc)"; then
mount -t proc proc "${ROOTFS_DIR}/proc"
fi



불러오는 중...
취소
저장