Explorar el Código

umount

next_step
Luigi Cruz hace 3 años
padre
commit
7c553e6d8b
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. +6
    -1
      ansible/tasks/umount.yaml

+ 6
- 1
ansible/tasks/umount.yaml Ver fichero

@@ -1,4 +1,9 @@
---
- name: Umount pseudo filesystems
connection: local
shell: umount --recursive '{{ lookup('env', 'ANSIBLE_ROOTFS_DIR') }}'
shell: umount --recursive '{{ lookup('env', 'ANSIBLE_ROOTFS_DIR') }}{{ item }}'
with_items:
- /proc
- /dev/pts
- /dev
- /sys

Cargando…
Cancelar
Guardar