Hi,
I would like to load my clouding.yaml file at the start of my cloud init vm.
However, when I start the vm, an error appears like that :
What is going wrong in my configuration?
I would like to load my clouding.yaml file at the start of my cloud init vm.
Bash:
qm set <VM_ID> -cicustom "user=local:snippets/cloundinit.yaml"
However, when I start the vm, an error appears like that :
Bash:
TASK ERROR: can't open '/var/lib/vz/snippets/cloundinit.yaml' - No such file or directory
What is going wrong in my configuration?