Don't put mounts into /etc/fstab which in turn would break booting

This commit is contained in:
László Károlyi 2019-09-21 12:03:25 +02:00
parent 1fac21a56c
commit 2fe12d981a
Signed by: karolyi
GPG Key ID: 2DCAF25E55735BFE
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
- name: Mounting devFS into chroot for pkg
mount:
src: devfs
fstab: /tmp/delete-me-fstab
path: '{{ vars["jail_" + jail_name + "_new_path"] }}/dev'
fstype: devfs
state: mounted