Selaa lähdekoodia

Delete tab

next_step
Luigi Cruz 3 vuotta sitten
vanhempi
commit
76fa2acfa1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      ansible/tasks/mount.yaml

+ 1
- 1
ansible/tasks/mount.yaml Näytä tiedosto

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



Ladataan…
Peruuta
Tallenna