From 76fa2acfa18dd235a80dd2c31e15539a08596ee5 Mon Sep 17 00:00:00 2001 From: Luigi Cruz Date: Fri, 7 May 2021 18:04:13 -0300 Subject: [PATCH] Delete tab --- ansible/tasks/mount.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/tasks/mount.yaml b/ansible/tasks/mount.yaml index b39598d..926ce5e 100644 --- a/ansible/tasks/mount.yaml +++ b/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