yavdr / yavdr-ansible

ansible playbooks for yaVDR
GNU General Public License v3.0
11 stars 10 forks source link

install-yavdr-headless.sh fails #32

Closed hpannenb closed 2 years ago

hpannenb commented 2 years ago

The installation of a headless VDR server - with means of default git provided config - fails with the following error:

TASK [vdr : vdr configuration | create keymacros.conf] *********************************************************************************************************
fatal: [localhost]: FAILED! => {
    "changed": false
}

MSG:

AnsibleUndefinedVariable: 'vdr_output_plugin' is undefined
seahawk1986 commented 2 years ago

The plugin depended check was introduced with https://github.com/yavdr/yavdr-ansible/commit/00d4292ba19491eeaa58931dfbd33ebb2871e64e - https://github.com/yavdr/yavdr-ansible/commit/7ff6df2272cec5473f2482057c565fb0e563ab06 should fix it.

hpannenb commented 2 years ago

Works as supposed to. Thanks.