mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-03 06:49:10 -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
|
@ -61,7 +61,7 @@ options:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: Create a simple annotation event with a source
|
||||
librato_annotation:
|
||||
community.general.librato_annotation:
|
||||
user: user@example.com
|
||||
api_key: XXXXXXXXXXXXXXXXX
|
||||
title: App Config Change
|
||||
|
@ -69,7 +69,7 @@ EXAMPLES = '''
|
|||
description: This is a detailed description of the config change
|
||||
|
||||
- name: Create an annotation that includes a link
|
||||
librato_annotation:
|
||||
community.general.librato_annotation:
|
||||
user: user@example.com
|
||||
api_key: XXXXXXXXXXXXXXXXXX
|
||||
name: code.deploy
|
||||
|
@ -80,7 +80,7 @@ EXAMPLES = '''
|
|||
href: http://www.example.com/deploy
|
||||
|
||||
- name: Create an annotation with a start_time and end_time
|
||||
librato_annotation:
|
||||
community.general.librato_annotation:
|
||||
user: user@example.com
|
||||
api_key: XXXXXXXXXXXXXXXXXX
|
||||
name: maintenance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue