diff --git a/roles/copr/backend/tasks/mount_fs.yml b/roles/copr/backend/tasks/mount_fs.yml index 60bba3b6e9..2f4420a8cd 100644 --- a/roles/copr/backend/tasks/mount_fs.yml +++ b/roles/copr/backend/tasks/mount_fs.yml @@ -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