mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
Fix code-blocks to use correct syntax highlighting
This commit is contained in:
parent
01849004e9
commit
08d6990e67
20 changed files with 244 additions and 223 deletions
|
@ -109,7 +109,7 @@ EXAMPLES = '''
|
|||
name: topicExchange
|
||||
destination: topicExchange
|
||||
type: exchange
|
||||
routing_key: *.info
|
||||
routing_key: '*.info'
|
||||
'''
|
||||
|
||||
import requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue