copr-keygen: drop old comment related to mounts

Mounting by UUID (instead of by LABEL) is not ideal, so there's no point
in keeping that commented code around.
This commit is contained in:
Pavel Raiskup 2020-05-12 06:43:26 +02:00
parent 810326a441
commit 22e6aebc84

View file

@ -5,10 +5,6 @@
- name: mount up disk of copr repo
mount: name=/var/lib/copr-keygen src='LABEL=copr-keygen' fstype=ext4 state=mounted
#- 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|devel
- group: name="copr-signer" state=present gid=989
- group: name="apache" state=present gid=48
- user: name="copr-signer" group=copr-signer groups=apache uid=992