11 lines
161 B
YAML
11 lines
161 B
YAML
|
|
test:
|
||
|
|
files:
|
||
|
|
/etc/file:
|
||
|
|
owner: nobody
|
||
|
|
group: nobody
|
||
|
|
/etc/file2:
|
||
|
|
owner: nobody
|
||
|
|
group: nobody
|
||
|
|
engine: jinja
|
||
|
|
version: '1.0'
|