Fix a variable name.

This commit is contained in:
Andrea Dell'Amico 2021-02-16 16:23:23 +01:00
parent 9d2b9bf1c4
commit 0a71bb45b4
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -37,5 +37,4 @@
service: name=autofs state=restarted
when: reg_autofs_master_conf is changed
tags: [ 'nfs', 'autofs' ]
tags: [ 'nfs', 'autofs', 'autofs_conf' ]