mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
fix 1900 failures of the following case issue: `name[casing]: All names should start with an uppercase letter.` Signed-off-by: Ryan Lerch <rlerch@redhat.com>
7 lines
242 B
YAML
7 lines
242 B
YAML
---
|
|
- name: Mount up disk of copr fe
|
|
mount: name=/srv/copr-fe src='LABEL=copr-fe' fstype=ext4 state=mounted
|
|
|
|
- name: Mount up bind mount for postgres
|
|
mount: src=/srv/copr-fe/pgsqldb name=/var/lib/pgsql fstype=auto opts=bind state=mounted
|