From 4e901b349c5d2bea1708abb0cb23e6bc4e72cd23 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 16 Feb 2021 16:50:52 +0100 Subject: [PATCH] Create the mountpoint using the correct path --- tasks/autofs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/autofs.yml b/tasks/autofs.yml index 6f07af7..c74a6a8 100644 --- a/tasks/autofs.yml +++ b/tasks/autofs.yml @@ -18,7 +18,7 @@ - name: Configure autofs and its maps block: - name: Create the mount points - file: dest={{ item.mountpoint_prefix }}/{{ item.path }} state=directory owner=root group=root mode=0755 + file: dest={{ item.mountpoint_prefix }} state=directory owner=root group=root mode=0755 with_items: '{{ autofs_maps }}' - name: Install the autofs master configuration