Do not forcibly push when building, either.

This commit is contained in:
Rodríguez, Jorge 2016-06-08 11:45:39 +03:00
parent a0be466f90
commit 7d33c6ccdf

View file

@ -268,7 +268,6 @@ class ImageManager(DockerBaseClass):
self.log("Building image %s" % image_name)
self.results['actions'].append("Built image %s from %s" % (image_name, self.path))
self.results['changed'] = True
self.push = True
if not self.check_mode:
self.results['image'] = self.build_image()
elif self.load_path: