Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
235 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # name: role
  3. # key: role
  4. # --
  5. name "${1:role name}"
  6. description "${2:Description for the role}"
  7. env_run_lists "${3:role name}" => [
  8. ]
  9. run_list ""
  10. default_attributes(
  11. ${4::attribute => "example"}
  12. )