13 lines
235 B
Plaintext
13 lines
235 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: role
|
||
|
# key: role
|
||
|
# --
|
||
|
name "${1:role name}"
|
||
|
description "${2:Description for the role}"
|
||
|
env_run_lists "${3:role name}" => [
|
||
|
]
|
||
|
run_list ""
|
||
|
default_attributes(
|
||
|
${4::attribute => "example"}
|
||
|
)
|