mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 18:53:12 +00:00
Do not forcibly push when building, either.
This commit is contained in:
committed by
Matt Clay
parent
89e8787d65
commit
82c26ad2d7
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user