mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 12:51:25 -07:00
Deprecate returned facts. (#52518)
This commit is contained in:
parent
ea30fd15b5
commit
c6ae23062b
5 changed files with 14 additions and 4 deletions
|
@ -307,7 +307,7 @@ service_facts:
|
|||
- A dictionary mapping the service's name to a dictionary of containers.
|
||||
- Note that facts are part of the registered vars since Ansible 2.8. For compatibility reasons, the facts
|
||||
are also accessible directly. The service's name is the variable with which the container dictionary
|
||||
can be accessed.
|
||||
can be accessed. Note that the returned facts will be removed in Ansible 2.12.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue