kubealex / libvirt-ocp4-provisioner

Automate your OCP4 installation
MIT License
91 stars 40 forks source link

Error when target is Fedora #20

Closed luca-af closed 2 years ago

luca-af commented 2 years ago

When the target is Fedora 34 (but the problem should be present on older/newer versions too), I get this error:

TASK [Install needed packages] ***************************************************************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'fedora'\n\nThe error appears to be in '/home/elroncio/Documents/Stuff/Mine/libvirt-ocp4-provisioner/01_install_virtualization_tools.yml': line 26, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n    - name: Install needed packages\n      ^ here\n"}
kubealex commented 2 years ago

Hi, thank you for reporting this. Sounds like I forgot to report the correct packages in the group vars! It is ok now, feel free to report any further issue on F34 ;)