summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2019-03-18 06:34:07 +0100
committeransibot <ansibot@users.noreply.github.com>2019-03-18 01:34:07 -0400
commit50d56ca89de26317c41c4fb1a777fd7ccdc025a2 (patch)
tree96be8549c512be5c6c2fd4ba8336c3352d9707e9 /changelogs
parent4c2a3bfed509fabb2d73b39118feb62fbee4412b (diff)
downloadansible-50d56ca89de26317c41c4fb1a777fd7ccdc025a2.tar.gz
docker_image: stop pulling by default on build (#53911)
* Prepare to change default of build.pull from yes to no in Ansible 2.12. * Specify build.pull. * Add changelog. * Fix bad indent.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/53911-docker_image-build-pull-default.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/53911-docker_image-build-pull-default.yml b/changelogs/fragments/53911-docker_image-build-pull-default.yml
new file mode 100644
index 0000000000..8402b963b9
--- /dev/null
+++ b/changelogs/fragments/53911-docker_image-build-pull-default.yml
@@ -0,0 +1,2 @@
+minor_changes:
+- "docker_image - the default for ``build.pull`` will change from ``yes`` to ``no`` in Ansible 2.12. Please update your playbooks/roles now."