vmware: example should use FQCN (#69351)
For instance, you should use `community.vmware.vmware_guest` instead of just `vmware_guest`. This way, the examples don't depend on the `collections` directive of the playbook. Co-authored-by: Sandra McCann <samccann@redhat.com>
This commit is contained in:
parent
cd8dd4a272
commit
e70f5cc132
1 changed files with 9 additions and 0 deletions
|
@ -178,6 +178,15 @@ Depending upon the functionality provided by ESXi or vCenter, some modules can s
|
|||
if self.host is None:
|
||||
self.module.fail_json(msg="Failed to find host system.")
|
||||
|
||||
Example should use the fully qualified collection name (FQCN)
|
||||
-------------------------------------------------------------
|
||||
|
||||
Use FQCN for examples within module documentation For instance, you should use ``community.vmware.vmware_guest`` instead of just
|
||||
``vmware_guest``.
|
||||
|
||||
This way, the examples don't depend on the ``collections`` directive of the
|
||||
playbook.
|
||||
|
||||
Functional tests
|
||||
----------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue