copr-be: typo in fs check
This commit is contained in:
parent
614ded054b
commit
bd91e5759d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
- name: fail if ext4 filesystem is not found by devmapper
|
||||
debug: msg=checked
|
||||
failed_when: stat_repo_fs.stat.exists
|
||||
failed_when: not stat_repo_fs.stat.exists
|
||||
|
||||
- name: prepare mount point
|
||||
file: state=directory path=/var/lib/copr/public_html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue