mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Deprecate returned facts. (#52518)
This commit is contained in:
parent
ea30fd15b5
commit
c6ae23062b
5 changed files with 14 additions and 4 deletions
|
@ -878,7 +878,7 @@ docker_container:
|
|||
- Before 2.3 this was 'ansible_docker_container' but was renamed due to conflicts with the connection plugin.
|
||||
- Facts representing the current state of the container. Matches the docker inspection output.
|
||||
- Note that facts are part of the registered vars since Ansible 2.8. For compatibility reasons, the facts
|
||||
are also accessible directly.
|
||||
are also accessible directly. Note that the returned fact will be removed in Ansible 2.12.
|
||||
- Empty if C(state) is I(absent)
|
||||
- If detached is I(False), will include Output attribute containing any output from container run.
|
||||
returned: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue