copr: install lvm2 package on copr-backend

This commit is contained in:
Jakub Kadlcik 2022-11-29 23:03:37 +01:00
parent ee1f6638a6
commit dec22b4762

View file

@ -1,4 +1,7 @@
---
- name: install the lvm2 package
dnf: state=present name=lvm2
- name: early stat for the ext4 filesystem
stat: path=/dev/disk/by-label/copr-repo
register: stat_repo_fs_early