mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix broken yaml (#38966)
This commit is contained in:
parent
0ebc0b9e5a
commit
c1ae1c8251
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ description:
|
|||
version_added: "2.6"
|
||||
requirements:
|
||||
- Whitelisting this callback plugin
|
||||
- Create a HTTP collector source in Sumologic and specify a custom timestamp format of 'yyyy-MM-dd HH:mm:ss ZZZZ' and a custom timestamp locator
|
||||
of '"timestamp": "(.*)"'
|
||||
- 'Create a HTTP collector source in Sumologic and specify a custom timestamp format of C(yyyy-MM-dd HH:mm:ss ZZZZ) and a custom timestamp locator
|
||||
of C("timestamp": "(.*)")'
|
||||
options:
|
||||
url:
|
||||
description: URL to the Sumologic HTTP collector source
|
||||
|
|
Loading…
Reference in a new issue