diff --git a/playbooks/groups/value.yml b/playbooks/groups/value.yml index 647beed12b..cc6ad8433c 100644 --- a/playbooks/groups/value.yml +++ b/playbooks/groups/value.yml @@ -44,7 +44,11 @@ process: fedmsg-irc - {role: mote, when: inventory_hostname.startswith('value01')} - - {role: nfs/client, nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3", mnt_dir: '/srv/', nfs_src_dir: 'fedora_value_{{env_short}}'} + - {role: nfs/client + nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3" + mnt_dir: '/srv/' + nfs_src_dir: 'fedora_value_{{env_short}}' + mount_stg: true } pre_tasks: - import_tasks: "{{ tasks_path }}/yumrepos.yml"