mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Remove debug/register from examples.
This commit is contained in:
@@ -532,8 +532,6 @@ EXAMPLES = '''
|
||||
image: "postgres:latest"
|
||||
networks:
|
||||
- name: "{{ docker_network_name }}"
|
||||
debug: "{{ playbook_debug }}"
|
||||
register: output
|
||||
|
||||
- name: Start container, connect to network and link
|
||||
docker_container:
|
||||
@@ -591,7 +589,7 @@ EXAMPLES = '''
|
||||
|
||||
RETURN = '''
|
||||
ansible_docker_container:
|
||||
description: Facts representing the current state of the container. Note that facts are not part of registred vars but accessible directly.
|
||||
description: Facts representing the current state of the container. Note that facts are not part of registered vars but accessible directly.
|
||||
returned: always
|
||||
type: dict
|
||||
sample: '{
|
||||
|
||||
Reference in New Issue
Block a user