Closed egorperesada closed 2 months ago
I'd assumed that setting netplan_remove_existing to False would mean any new config would merge with the existing config. I was wrong! ;-(
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug If we are using default variables, this role remove all existing netplan configuration on server and add empty ansible-config.yaml configuration
To Reproduce Steps to reproduce the behavior:
Expected behavior Existing netplan configuration exists in /etc/netplan
Screenshots
Desktop (please complete the following information):
Additional context This happens because your default
netplan_configuration
asssigned as{}
(object), but in task conditions it's expected to be not an array[]