mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 14:01:42 -07:00
Validate EXAMPLES as YAML
This commit is contained in:
parent
499d3a1b53
commit
7c00346714
112 changed files with 441 additions and 381 deletions
|
@ -88,7 +88,7 @@ EXAMPLES = '''
|
|||
version: '1.3'
|
||||
token: '{{ bigpanda_token }}'
|
||||
state: started
|
||||
...
|
||||
|
||||
- bigpanda:
|
||||
component: myapp
|
||||
version: '1.3'
|
||||
|
@ -104,7 +104,7 @@ EXAMPLES = '''
|
|||
state: started
|
||||
delegate_to: localhost
|
||||
register: deployment
|
||||
...
|
||||
|
||||
- bigpanda:
|
||||
component: '{{ deployment.component }}'
|
||||
version: '{{ deployment.version }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue