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:
parent
810326a441
commit
22e6aebc84
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue