Fix a variable name.
This commit is contained in:
parent
9d2b9bf1c4
commit
0a71bb45b4
|
@ -27,7 +27,7 @@ autofs_packages_el:
|
|||
|
||||
# path: without the initial /
|
||||
autofs_maps: []
|
||||
# - { map_name: 'data', mount_point_prefix: '/', path: 'data', nfs_server: 'nfs.example.com', remote_export: '/export' }
|
||||
# - { map_name: 'data', mountpoint_prefix: '/', path: 'data', nfs_server: 'nfs.example.com', remote_export: '/export' }
|
||||
|
||||
# tmpreaper
|
||||
tmpreaper_install: False
|
||||
|
|
|
@ -37,5 +37,4 @@
|
|||
service: name=autofs state=restarted
|
||||
when: reg_autofs_master_conf is changed
|
||||
|
||||
tags: [ 'nfs', 'autofs' ]
|
||||
|
||||
tags: [ 'nfs', 'autofs', 'autofs_conf' ]
|
||||
|
|
Loading…
Reference in New Issue