Files
fedora-infra_ansible/roles/copr/dist_git/tasks/mount_fs.yml
2015-07-23 10:55:35 +02:00

6 lines
195 B
YAML

- name: prepare mount point
file: state=directory path=/var/lib/dist-git
- name: mount up disk of copr repo
mount: name=/var/lib/dist-git src='LABEL=copr-dist-git' fstype=ext4 state=mounted