diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index c78096caa6..fc2f3aaebc 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -53,6 +53,10 @@ when: master_sundries_node - role: fedmsg/base when: master_sundries_node + - role: nfs/client + mnt_dir: '/srv/docs' + nfs_src_dir: 'openshift_{{ env_short }}_docs' + when: '"sundries01" in ansible_fqdn and env == "staging"' pre_tasks: - import_tasks: "{{ tasks_path }}/yumrepos.yml"