mrlesmithjr / ansible-netplan

Ansible role to manage Netplan
MIT License
130 stars 84 forks source link

Netplan configuration missing on reboot #22

Closed mabasic closed 3 years ago

mabasic commented 3 years ago

For some reason after I run this role , the configuration file is applied correctly, but not saved to etc/netplan.

Also my default 00-installer-config.yaml file is deleted. So, when I reboot the machine I have no connectivity.

Any clues?

What is the default behavior of this role?

mabasic commented 3 years ago

Figured it out after reading the source code. The documentation of options could be better...

mrlesmithjr commented 3 years ago

@mabasic Glad you figured it out. Please feel free to provide any information to make the documentation better. PR's are always an option.