sundries: mount codecs nfs volume on sundries

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-09-19 10:02:35 -07:00
parent 617d2d164d
commit 184f308a43

View file

@ -79,6 +79,11 @@
nfs_src_dir: 'flatpak-indexer-storage'
mount_stg: true
when: master_sundries_node|bool and env != "staging"
- role: nfs/client
mnt_dir: '/srv/web/codecs.fedoraproject.org'
nfs_src_dir: 'openshift_prod_codecs'
mount_stg: false
when: master_sundries_node|bool and env != "staging"
pre_tasks:
- import_tasks: "{{ tasks_path }}/yumrepos.yml"