copr-pulp: swap fix - no btrfs on EL9

This commit is contained in:
Pavel Raiskup 2024-03-13 20:18:20 +01:00
parent 299027e01d
commit f5adb3bf01
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@
file:
path: "{{ swap_file_path }}"
attr: +C
when: swap_touch.changed
when:
- swap_touch.changed
- ansible_distribution == 'Fedora'
tags:
- swap