Files
community.general/lib/ansible/galaxy/data/apb/apb.yml.j2
Dylan Murray 90943a3362 Add APB role_type to ansible-galaxy init (#36789)
* 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
2018-03-09 06:50:17 -05:00

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: []