Explorar el Código

Delete tab

next_step
Luigi Cruz hace 3 años
padre
commit
76fa2acfa1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      ansible/tasks/mount.yaml

+ 1
- 1
ansible/tasks/mount.yaml Ver fichero

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



Cargando…
Cancelar
Guardar