From bb6f7217d3e5ca810761da6841140fd8d5754c0a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sat, 23 May 2020 20:37:20 +0200 Subject: [PATCH] pkgs: specify to the nfs/client role that we're ok with mounting this in stg Signed-off-by: Pierre-Yves Chibon --- playbooks/groups/pkgs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/pkgs.yml b/playbooks/groups/pkgs.yml index 9766395845..5d637c675c 100644 --- a/playbooks/groups/pkgs.yml +++ b/playbooks/groups/pkgs.yml @@ -74,6 +74,7 @@ nfs_src_dir: 'fedora_sourcecache', nfs_mount_opts='rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3' } - { role: nfs/client, when: env == "staging" and inventory_hostname.startswith('pkgs01'), + mount_stg: true, mnt_dir: '/srv/cache/lookaside_prod', nfs_src_dir: 'fedora_sourcecache', nfs_mount_opts='ro,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3' } - role: distgit/pagure