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:
parent
89f6f1fc32
commit
527b9bba7e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue