From bf27a4426c96a7f491e99566073f49149da4eb4e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 5 Apr 2021 14:04:53 -0700 Subject: [PATCH] debuginfod: set mount_stg true on nfs mount Signed-off-by: Kevin Fenzi --- playbooks/groups/debuginfod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/debuginfod.yml b/playbooks/groups/debuginfod.yml index cb8e3d4625..cb847a86fd 100644 --- a/playbooks/groups/debuginfod.yml +++ b/playbooks/groups/debuginfod.yml @@ -22,6 +22,7 @@ - collectd/base - role: nfs/client + mount_stg: true mnt_dir: '/mnt/fedora_koji_prod' nfs_src_dir: "fedora_koji"