Is there any reliable way to detect netplan version in Ubuntu? Could netplan add "-v/--version" option so that cloud-init or VMware own perl customization engine could know which netplan pkg is installed in the system.
We need to check if the Netplan installed could support this "use-dns: true/false" option in the yaml file. I've found there is no "-v/--version" option for netplan and I have to use "dpkg -l" cmd to check the installed netplan version.
Ryan,
Is there any reliable way to detect netplan version in Ubuntu? Could netplan add "-v/--version" option so that cloud-init or VMware own perl customization engine could know which netplan pkg is installed in the system.
We need to check if the Netplan installed could support this "use-dns: true/false" option in the yaml file. I've found there is no "-v/--version" option for netplan and I have to use "dpkg -l" cmd to check the installed netplan version.