mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07: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:
parent
983d937b7b
commit
328319b926
70 changed files with 762 additions and 705 deletions
|
@ -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) }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue