From 8e1e8969553c3141876bb6567c4bc1adfd0a6660 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 24 May 2017 16:55:04 -0700 Subject: [PATCH] Enable su on the docker plugin --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 201e82bf9f..ddeff6b7f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,7 @@ Ansible Changes By Release * As of 2.4.0, the fetch module fails if there are errors reading the remote file. Use ignore_errors or failed_when in playbooks if you wish to ignore errors. * Experimentally added pmrun become method. +* Enable the docker connection plugin to use su as a become method #### New Inventory scripts: - lxd