summaryrefslogtreecommitdiffstats
path: root/lib/ansible/galaxy/data/apb/apb.yml.j2
blob: f96880196fe6ee4b0c009a6696d5b3e21bb32bad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: '1.0.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: []