diff --git a/playbooks/groups/wiki.yml b/playbooks/groups/wiki.yml index 566c7c648e..da89790ca3 100644 --- a/playbooks/groups/wiki.yml +++ b/playbooks/groups/wiki.yml @@ -23,10 +23,10 @@ - hosts - fas_client - 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/app/attachments' } - - apache - { role: mediawiki, when: env != "staging" } - { role: mediawiki, when: env == "staging" } - sudo