Auto switch console from config

How do I get the config to auto switch to debian console?

In cloud-config.yml I have the following

rancher:
console: debian

However that only enables it leaving “current default”

I tried using the run “runcmd” however that fails as network isn’t loaded at that stage.

I would like to get it to switch so I can run some auto installs from APT package manager.

Thanks

@magoo There’s something wrong with your indentation, you can validate using ros c validate -i <your clond-config.yml>, correct configuration as below:

rancher:
  console: debian

The network environment also influences this behavior.