From 2d5ec6dce3ad2d3f462922f8c5e8d15c8ca618f3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 26 Mar 2021 14:07:32 -0700 Subject: [PATCH] sundries: fix prod mount Signed-off-by: Kevin Fenzi --- playbooks/groups/sundries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index 69b9a7cb17..fdaa65f44e 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -73,7 +73,7 @@ when: master_sundries_node|bool and env == "staging" - role: nfs/client mnt_dir: '/srv/web/registry-index' - nfs_src_dir: 'flatpak-indexer-storage-stg' + nfs_src_dir: 'flatpak-indexer-storage' mount_stg: true when: master_sundries_node|bool and env != "staging"