mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
@@ -53,14 +53,14 @@ author: "Adam Garside (@fabulops)"
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: Send a message to Campfire
|
||||
campfire:
|
||||
community.general.campfire:
|
||||
subscription: foo
|
||||
token: 12345
|
||||
room: 123
|
||||
msg: Task completed.
|
||||
|
||||
- name: Send a message to Campfire
|
||||
campfire:
|
||||
community.general.campfire:
|
||||
subscription: foo
|
||||
token: 12345
|
||||
room: 123
|
||||
|
||||
Reference in New Issue
Block a user