mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Fix code-blocks to use correct syntax highlighting
This commit is contained in:
@@ -109,7 +109,7 @@ EXAMPLES = '''
|
||||
name: topicExchange
|
||||
destination: topicExchange
|
||||
type: exchange
|
||||
routing_key: *.info
|
||||
routing_key: '*.info'
|
||||
'''
|
||||
|
||||
import requests
|
||||
|
||||
Reference in New Issue
Block a user