Fix missing commas
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
990839dc78
commit
a6d8faa041
1 changed files with 3 additions and 3 deletions
|
@ -45,9 +45,9 @@
|
||||||
- {role: mote,
|
- {role: mote,
|
||||||
when: inventory_hostname.startswith('value01')}
|
when: inventory_hostname.startswith('value01')}
|
||||||
- {role: nfs/client,
|
- {role: nfs/client,
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3",
|
||||||
mnt_dir: '/srv/'
|
mnt_dir: '/srv/',
|
||||||
nfs_src_dir: 'fedora_value_{{env_short}}'
|
nfs_src_dir: 'fedora_value_{{env_short}}',
|
||||||
mount_stg: true }
|
mount_stg: true }
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue