From 06da7848079f5909becd7a00cc5edcf7ee867127 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 3 Oct 2022 11:59:49 +0200 Subject: [PATCH] copr-be: enable mdadm volume in prod --- 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 0613194296..d9a4537355 100644 --- a/roles/copr/backend/tasks/mount_fs.yml +++ b/roles/copr/backend/tasks/mount_fs.yml @@ -1,6 +1,6 @@ --- - name: raid10 volume on the production machine - when: devel + when: not devel tags: mdadm block: - name: install LVM and RAID utilities