copr-pulp: swap fix - no btrfs on EL9
This commit is contained in:
parent
299027e01d
commit
f5adb3bf01
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@
|
||||||
file:
|
file:
|
||||||
path: "{{ swap_file_path }}"
|
path: "{{ swap_file_path }}"
|
||||||
attr: +C
|
attr: +C
|
||||||
when: swap_touch.changed
|
when:
|
||||||
|
- swap_touch.changed
|
||||||
|
- ansible_distribution == 'Fedora'
|
||||||
tags:
|
tags:
|
||||||
- swap
|
- swap
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue