TASK: [console | Manage NFS mount points] *************************************
fatal: [fe3] => error while evaluating conditional: ( ansible_local|d() and ( (ansible_local.root and 'ignore-cap12s' in ansible_local.root.flags) or ( ansible_local.cap12s|d() and ( not ansible_local.cap12s.enabled|bool or (ansible_local.
cap12s.enabled|bool and 'cap_sys_admin' in ansible_local.cap12s.list) ) ) ) )
Seems there is missing a call to the "d()" filter at ansible_local.root.
I get this error when mounting NFS mount points:
Seems there is missing a call to the "d()" filter at ansible_local.root.