mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
Run nfs client before the odcs/frontend
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
0e0f6242ad
commit
ee11e8e947
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user