diff --git a/playbooks/groups/wiki.yml b/playbooks/groups/wiki.yml index da89790ca3..b0521ab2b2 100644 --- a/playbooks/groups/wiki.yml +++ b/playbooks/groups/wiki.yml @@ -25,7 +25,7 @@ - collectd/base - apache - fedmsg/base - - { 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' } - { role: nfs/client, when: env != "staging", mnt_dir: '/mnt/web/attachments', nfs_src_dir: 'fedora_app/app/attachments' } - { role: mediawiki, when: env != "staging" } - { role: mediawiki, when: env == "staging" }