diff --git a/cloud/docker/docker_container.py b/cloud/docker/docker_container.py index d2bf10fd30c..474ef881f5c 100644 --- a/cloud/docker/docker_container.py +++ b/cloud/docker/docker_container.py @@ -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: '{