Fix missing commas

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-09-11 11:57:24 -07:00
parent 990839dc78
commit a6d8faa041

View file

@ -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: