ansible-role-rsyslog icon indicating copy to clipboard operation
ansible-role-rsyslog copied to clipboard

'rsyslog_remote_template'' is undefined

Open juresaht2 opened this issue 1 year ago • 1 comments

Describe the bug

TASK [rsyslog : Configuring default rsyslog] ***********************************************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ansible.errors.AnsibleUndefinedVariable: 'rsyslog_remote_template' is undefined
fatal: [myhost]: FAILED! => changed=false 
  msg: 'AnsibleUndefinedVariable: ''rsyslog_remote_template'' is undefined'

This seems to be related to the code intruduced in #30 . It checks if variables are true, rather than defined.

juresaht2 avatar Aug 16 '23 09:08 juresaht2

Any progress on this?

amilcarlucas avatar Mar 04 '24 18:03 amilcarlucas