copr: install lvm2 package on copr-backend
This commit is contained in:
parent
ee1f6638a6
commit
dec22b4762
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue