Remove debug/register from examples.
This commit is contained in:
parent
3d0d14c5ff
commit
96192ead02
1 changed files with 1 additions and 3 deletions
|
@ -532,8 +532,6 @@ EXAMPLES = '''
|
||||||
image: "postgres:latest"
|
image: "postgres:latest"
|
||||||
networks:
|
networks:
|
||||||
- name: "{{ docker_network_name }}"
|
- name: "{{ docker_network_name }}"
|
||||||
debug: "{{ playbook_debug }}"
|
|
||||||
register: output
|
|
||||||
|
|
||||||
- name: Start container, connect to network and link
|
- name: Start container, connect to network and link
|
||||||
docker_container:
|
docker_container:
|
||||||
|
@ -591,7 +589,7 @@ EXAMPLES = '''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
ansible_docker_container:
|
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
|
returned: always
|
||||||
type: dict
|
type: dict
|
||||||
sample: '{
|
sample: '{
|
||||||
|
|
Loading…
Reference in a new issue