mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 20:53:51 +08:00
copr-be: typo in fs check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user