From 31526595c56823f6a08084c80d5fe547b14d9bfb Mon Sep 17 00:00:00 2001 From: Jun Guo Date: Tue, 27 Dec 2016 15:15:12 +0800 Subject: [PATCH] docker_image: docs: won't be pushed to private registry without push parameter. (#19691) --- lib/ansible/modules/cloud/docker/docker_image.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/cloud/docker/docker_image.py b/lib/ansible/modules/cloud/docker/docker_image.py index 06ca796c2f8..0c6c6913485 100644 --- a/lib/ansible/modules/cloud/docker/docker_image.py +++ b/lib/ansible/modules/cloud/docker/docker_image.py @@ -215,6 +215,7 @@ EXAMPLES = ''' path: ./sinatra name: registry.ansible.com/chouseknecht/sinatra tag: v1 + push: yes - name: Archive image docker_image: