Bläddra i källkod

Delete tab

next_step
Luigi Cruz 3 år sedan
förälder
incheckning
76fa2acfa1
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      ansible/tasks/mount.yaml

+ 1
- 1
ansible/tasks/mount.yaml Visa fil

@@ -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



Laddar…
Avbryt
Spara