
This PR updates the yaml linter configuration to align it with what we have in the osh-infra repo. Change-Id: I3585fdc6663b2ae7bfb5c1d8a13672ac3055bf86
14 lines
346 B
YAML
14 lines
346 B
YAML
---
|
|
bootstrap:
|
|
structured:
|
|
images:
|
|
ubuntu_miniaml:
|
|
name: "Ubuntu Jammy Minimal"
|
|
source_url: "https://cloud-images.ubuntu.com/minimal/releases/jammy/release/"
|
|
image_file: "ubuntu-22.04-minimal-cloudimg-amd64.img"
|
|
id: null
|
|
min_disk: 3
|
|
image_type: qcow2
|
|
container_format: bare
|
|
...
|