From bd91e5759d9e52cbe49c08238cff85afd2aa36d5 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 3 Oct 2022 11:24:03 +0200 Subject: [PATCH] copr-be: typo in fs check --- roles/copr/backend/tasks/mount_fs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/tasks/mount_fs.yml b/roles/copr/backend/tasks/mount_fs.yml index fcf9c730e9..bae3d9c9c2 100644 --- a/roles/copr/backend/tasks/mount_fs.yml +++ b/roles/copr/backend/tasks/mount_fs.yml @@ -28,7 +28,7 @@ - name: fail if ext4 filesystem is not found by devmapper debug: msg=checked - failed_when: stat_repo_fs.stat.exists + failed_when: not stat_repo_fs.stat.exists - name: prepare mount point file: state=directory path=/var/lib/copr/public_html