diff --git a/roles/nfs/client/tasks/main.yml b/roles/nfs/client/tasks/main.yml index e4a28d87df..91999f7cda 100644 --- a/roles/nfs/client/tasks/main.yml +++ b/roles/nfs/client/tasks/main.yml @@ -1,5 +1,11 @@ # Setup our idmapd.conf file. It should be loaded automagically. --- +- name: Show role parameters + ansible.builtin.debug: + msg: "NFS client role called with mnt_dir='{{ mnt_dir | default('undefined') }}' and nfs_src_dir='{{ nfs_src_dir | default('undefined') }}'" + tags: + - nfs/client + - name: Idmapd.conf ansible.builtin.copy: src=idmapd.conf dest=/etc/idmapd.conf tags: