From dc7c5f824bcbf687b499d77a5da262cea5fda4e9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 11 Sep 2023 11:54:25 -0700 Subject: [PATCH] value: mount nfs in staging for value02 Signed-off-by: Kevin Fenzi --- playbooks/groups/value.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"