mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 12:20:21 -07:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
parent
8b92e0454d
commit
41cfdda6a3
533 changed files with 2130 additions and 2130 deletions
|
@ -65,7 +65,7 @@ options:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: Post an event with low priority
|
||||
datadog_event:
|
||||
community.general.datadog_event:
|
||||
title: Testing from ansible
|
||||
text: Test
|
||||
priority: low
|
||||
|
@ -73,7 +73,7 @@ EXAMPLES = '''
|
|||
app_key: j4JyCYfefWHhgFgiZUqRm63AXHNZQyPGBfJtAzmN
|
||||
|
||||
- name: Post an event with several tags
|
||||
datadog_event:
|
||||
community.general.datadog_event:
|
||||
title: Testing from ansible
|
||||
text: Test
|
||||
api_key: 9775a026f1ca7d1c6c5af9d94d9595a4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue