mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
mount testing volume for copr-keygen-dev
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
mount: name=/var/lib/copr-keygen src='LABEL=copr-keygen' fstype=ext4 state=mounted
|
||||
when: not devel
|
||||
|
||||
- name: mount up disk of copr repo (devel)
|
||||
mount: name=/var/lib/copr-keygen src='UUID=9e2b4c55-9ec3-4508-af46-a40f3a5bd982' fstype=ext4 state=mounted
|
||||
when: devel
|
||||
|
||||
- name: install obs-signd
|
||||
dnf: name="obs-signd" enablerepo="updates-testing" state=present
|
||||
|
||||
|
||||
Reference in New Issue
Block a user