From a6d8faa041bb231b957182f6ce7a40396b175c1c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 11 Sep 2023 11:57:24 -0700 Subject: [PATCH] Fix missing commas Signed-off-by: Kevin Fenzi --- playbooks/groups/value.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/groups/value.yml b/playbooks/groups/value.yml index ccc25c73a7..e86f3c1d0f 100644 --- a/playbooks/groups/value.yml +++ b/playbooks/groups/value.yml @@ -45,9 +45,9 @@ - {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}}' + 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: