From 66c93ef08aede12217ed594dde6276fab2015fdc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 3 Jan 2018 01:26:08 +0000 Subject: [PATCH] change order of nfs mounts --- playbooks/groups/kojipkgs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/groups/kojipkgs.yml b/playbooks/groups/kojipkgs.yml index 48c9410992..0ee3a7969a 100644 --- a/playbooks/groups/kojipkgs.yml +++ b/playbooks/groups/kojipkgs.yml @@ -22,12 +22,12 @@ - sudo - collectd/base - apache - - role: nfs/client - mnt_dir: '/mnt/fedora_app/app' - nfs_src_dir: 'fedora_app/app' - role: nfs/client mnt_dir: '/mnt/fedora_koji' nfs_src_dir: 'fedora_koji' + - role: nfs/client + mnt_dir: '/mnt/fedora_app/app' + nfs_src_dir: 'fedora_app/app' - role: nfs/client mnt_dir: '/pub' nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub'