Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-10 | T4278: Fix config template | Olivier Lemasle | |
The configuration template roles/install-config/templates/config.boot.j2 has been updated in commit db1b4f2079a for libvirt provider. However, variables enable_dhcp and enable_ssh are not declared except in playbook vagrant-libvirt.yml, which causes an error when using another playbook. This commit adds a default value in role "install-config", to fix this issue. |