Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Fixes #145: Use FQCN in module docs and in plugin examples. #146

Merged
merged 1 commit into from
Jul 1, 2020
Merged

Fixes #145: Use FQCN in module docs and in plugin examples. #146

merged 1 commit into from
Jul 1, 2020

Conversation

geerlingguy
Copy link
Collaborator

Closes #145.

This PR includes changes to ensure the module references in module docs refer to other modules by their FQCN so links can work correctly in Ansible's documentation site.

There are also a few more changes to ensure the plugins and a couple modules that weren't updated earlier use the FQCN in their examples.

@codecov
Copy link

codecov bot commented Jun 29, 2020

Codecov Report

Merging #146 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #146   +/-   ##
=======================================
  Coverage   42.41%   42.41%           
=======================================
  Files           3        3           
  Lines         547      547           
  Branches      111      111           
=======================================
  Hits          232      232           
  Misses        271      271           
  Partials       44       44           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9fb808c...881ca3d. Read the comment docs.

@geerlingguy geerlingguy merged commit 4ffe372 into ansible-collections:master Jul 1, 2020
@geerlingguy geerlingguy deleted the 145-fqcn branch July 17, 2020 13:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix module references in documentation to use FQCN
2 participants