mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 08:01:24 -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
|
@ -104,6 +104,10 @@ plugin_routing:
|
|||
tombstone:
|
||||
removal_version: 10.0.0
|
||||
warning_text: Use community.general.consul_token and/or community.general.consul_policy instead.
|
||||
facter:
|
||||
deprecation:
|
||||
removal_version: 12.0.0
|
||||
warning_text: Use community.general.facter_facts instead.
|
||||
hipchat:
|
||||
deprecation:
|
||||
removal_version: 11.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue