Bläddra i källkod

umount

next_step
Luigi Cruz 3 år sedan
förälder
incheckning
7c553e6d8b
1 ändrade filer med 6 tillägg och 1 borttagningar
  1. +6
    -1
      ansible/tasks/umount.yaml

+ 6
- 1
ansible/tasks/umount.yaml Visa fil

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

Laddar…
Avbryt
Spara