Skip to main content
dev.yaml244 B
View on GitHub
# yaml-language-server: $schema=https://atmos.tools/schemas/atmos/atmos-manifest/1.0/atmos-manifest.json

vars:
stage: dev

import:
- catalog/hello-world

components:
ansible:
hello-world:
vars:
app_version: "1.0.0-dev"

Related Documentation