copr-be: don't fail the boot if lvm on md doesn't assemble

https://github.com/fedora-copr/copr/issues/3536
This commit is contained in:
Pavel Raiskup 2024-11-28 11:13:34 +01:00
parent 89f6f1fc32
commit 527b9bba7e

View file

@ -73,7 +73,7 @@
file: state=directory path=/var/lib/copr/public_html
- name: mount up disk of copr repo
mount: name=/var/lib/copr/public_html src='LABEL=copr-repo' fstype=ext4 state=mounted
mount: name=/var/lib/copr/public_html src='LABEL=copr-repo' fstype=ext4 state=mounted opts=nofail
- name: mount /tmp/
mount: name=/tmp src='tmpfs' fstype=tmpfs state=mounted