mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 20:32:45 +00:00
* Add APB role_type to ansible-galaxy init * Add handlers scaffolding * Fix shippable errors by setting default * Add unit tests and fix shippable * Updates init description
14 lines
274 B
Django/Jinja
14 lines
274 B
Django/Jinja
version: 1.0
|
|
name: {{ role_name }}
|
|
description: {{ description }}
|
|
bindable: False
|
|
async: optional
|
|
metadata:
|
|
displayName: {{ role_name }}
|
|
plans:
|
|
- name: default
|
|
description: This default plan deploys {{ role_name }}
|
|
free: True
|
|
metadata: {}
|
|
parameters: []
|