mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user