From f5adb3bf012938656dc39d7a5f0f2c3be3860042 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 13 Mar 2024 20:18:20 +0100 Subject: [PATCH] copr-pulp: swap fix - no btrfs on EL9 --- tasks/swap.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/swap.yml b/tasks/swap.yml index 1816f4388f..d37d2afabb 100644 --- a/tasks/swap.yml +++ b/tasks/swap.yml @@ -15,7 +15,9 @@ file: path: "{{ swap_file_path }}" attr: +C - when: swap_touch.changed + when: + - swap_touch.changed + - ansible_distribution == 'Fedora' tags: - swap