debops / ansible-console

Configure system console and terminal-related options
GNU General Public License v3.0
13 stars 10 forks source link

Error while evaluating conditional #22

Closed kwbr closed 1 year ago

kwbr commented 8 years ago

I get this error when mounting NFS mount points:

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.

drybjed commented 8 years ago

Thanks for the heads up, it should be fixed by https://github.com/debops/ansible-console/pull/23

kwbr commented 1 year ago

closing stale issue