copr-backend: only mount external disk on production, not on staging
This commit is contained in:
parent
3b4fb50161
commit
63f0120b0e
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
- name: mount up disk of copr repo
|
||||
mount: name=/var/lib/copr/public_html src='LABEL=copr-repo' fstype=ext4 state=mounted
|
||||
when: env != "staging"
|
||||
|
||||
- name: mount /tmp/
|
||||
mount: name=/tmp src='tmpfs' fstype=tmpfs state=mounted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue