mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +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 @@ requirements: []
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: Notify newrelic about an app deployment
|
||||
newrelic_deployment:
|
||||
community.general.newrelic_deployment:
|
||||
token: AAAAAA
|
||||
app_name: myapp
|
||||
user: ansible deployment
|
||||
|
||||
Reference in New Issue
Block a user