Remove debug/register from examples.

reviewable/pr18780/r1
chouseknecht 10 years ago
parent 0601df8c70
commit e8db7fd8cc
No known key found for this signature in database
GPG Key ID: 78F1698C5705A81B

@ -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: '{

Loading…
Cancel
Save