summaryrefslogtreecommitdiff
path: root/roles/install-config/defaults
AgeCommit message (Collapse)Author
2022-04-10T4278: Fix config templateOlivier 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.