mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
facter: deprecation (#9451)
* facter: deprecation Per https://github.com/ansible-collections/community.general/pull/7356#issuecomment-1752460442 it has been agreed that this module would be replaced with the better named `facter_facts`. * add changelog frag * add deprecation note to the module documentation
This commit is contained in:
parent
ec585392e5
commit
474546b117
3 changed files with 10 additions and 0 deletions
|
@ -14,6 +14,10 @@ short_description: Runs the discovery program C(facter) on the remote system
|
|||
description:
|
||||
- Runs the C(facter) discovery program (U(https://github.com/puppetlabs/facter)) on the remote system, returning JSON data
|
||||
that can be useful for inventory purposes.
|
||||
deprecated:
|
||||
removed_in: 12.0.0
|
||||
why: The module has been replaced by M(community.general.facter_facts).
|
||||
alternative: Use M(community.general.facter_facts) instead.
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue