From 3574e037a3ec8fbf768ad441ea49246172509dfa Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 16 Jan 2023 14:20:31 -0800 Subject: [PATCH] wiki / staging: make sure to mount attachments dir in staging Signed-off-by: Kevin Fenzi --- playbooks/groups/wiki.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/wiki.yml b/playbooks/groups/wiki.yml index 3b9650c860..605803ef7d 100644 --- a/playbooks/groups/wiki.yml +++ b/playbooks/groups/wiki.yml @@ -35,7 +35,7 @@ queue_name: "wiki{{ env_suffix }}" sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(wiki|logger)\..* when: inventory_hostname.startswith('wiki01') - - { role: nfs/client, when: env == "staging", mnt_dir: '/mnt/web/attachments', nfs_src_dir: 'fedora_app_staging/app/attachments' } + - { role: nfs/client, when: env == "staging", mnt_dir: '/mnt/web/attachments', nfs_src_dir: 'fedora_app_staging/app/attachments', mount_stg: true } - { role: nfs/client, when: env != "staging", mnt_dir: '/mnt/web/attachments', nfs_src_dir: 'fedora_app/app/attachments' } - mediawiki - sudo