mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Fix Ansible documentation in part of example formatting. Part 1 (#332)
* Fix Ansible documentation in part of example formatting * Fix
This commit is contained in:
@@ -47,13 +47,15 @@ notes:
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- heroku_collaborator:
|
||||
- name: Create a heroku collaborator
|
||||
heroku_collaborator:
|
||||
api_key: YOUR_API_KEY
|
||||
user: max.mustermann@example.com
|
||||
apps: heroku-example-app
|
||||
state: present
|
||||
|
||||
- heroku_collaborator:
|
||||
- name: An example of using the module in loop
|
||||
heroku_collaborator:
|
||||
api_key: YOUR_API_KEY
|
||||
user: '{{ item.user }}'
|
||||
apps: '{{ item.apps | default(apps) }}'
|
||||
|
||||
Reference in New Issue
Block a user