mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-22 18:31:25 -07:00
Fix examples formatting (#345)
This commit is contained in:
parent
31ba39cac4
commit
a7c830f49d
148 changed files with 330 additions and 334 deletions
|
@ -24,9 +24,10 @@ author:
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: show python lib/site paths
|
||||
- name: Show python lib/site paths
|
||||
python_requirements_info:
|
||||
- name: check for modern boto3 and botocore versions
|
||||
|
||||
- name: Check for modern boto3 and botocore versions
|
||||
python_requirements_info:
|
||||
dependencies:
|
||||
- boto3>1.6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue