Run nfs client before the odcs/frontend
This commit is contained in:
parent
0e0f6242ad
commit
ee11e8e947
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,6 @@
|
|||
roles:
|
||||
- mod_wsgi
|
||||
- fedmsg/base
|
||||
- odcs/frontend
|
||||
- role: nfs/client
|
||||
mnt_dir: '/mnt/fedora_koji'
|
||||
nfs_src_dir: 'fedora_koji'
|
||||
|
@ -78,6 +77,7 @@
|
|||
nfs_src_dir: 'fedora_odcs'
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
||||
when: env != 'staging'
|
||||
- odcs/frontend
|
||||
|
||||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue