sundries: fix prod mount
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ea17f4b23c
commit
2d5ec6dce3
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
||||||
when: master_sundries_node|bool and env == "staging"
|
when: master_sundries_node|bool and env == "staging"
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
mnt_dir: '/srv/web/registry-index'
|
mnt_dir: '/srv/web/registry-index'
|
||||||
nfs_src_dir: 'flatpak-indexer-storage-stg'
|
nfs_src_dir: 'flatpak-indexer-storage'
|
||||||
mount_stg: true
|
mount_stg: true
|
||||||
when: master_sundries_node|bool and env != "staging"
|
when: master_sundries_node|bool and env != "staging"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue