Run nfs client before the odcs/frontend

This commit is contained in:
Jan Kaluža 2019-10-21 11:25:38 +00:00 committed by Pierre-Yves Chibon
parent 0e0f6242ad
commit ee11e8e947

View file

@ -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"