smartscaf/test/test_template/.smartscaf.yml

13 lines
250 B
YAML
Raw Normal View History

2018-10-04 16:04:42 +02:00
defaults:
templateVar1: from default yaml
templateVar2: this is another value from yml
templateObject.value1: wow
templateObject.value2: here
node_version: '10'
dependencies:
merge:
- ../test_template_2
2019-10-11 21:56:11 +02:00
runafter:
- echo 'runafter'