25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
12345678 |
- ---
- - name: Umount pseudo filesystems
- connection: local
- shell: umount -l '{{ lookup('env', 'ANSIBLE_ROOTFS_DIR') }}{{ item }}'
- with_items:
- - /proc
- - /dev/pts
- - /dev
|