sundries: fix prod mount

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-03-26 14:07:32 -07:00
parent ea17f4b23c
commit 2d5ec6dce3

View file

@ -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"