From 7033e1dfc022fc09c006ac48c306810350308ce4 Mon Sep 17 00:00:00 2001 From: Maciej Delmanowski Date: Mon, 19 Nov 2018 17:55:23 +0100 Subject: [PATCH] Add changelog fragment about 'apt_key' no TTY fix --- changelogs/fragments/48580-apt_key-no-tty.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/fragments/48580-apt_key-no-tty.yaml diff --git a/changelogs/fragments/48580-apt_key-no-tty.yaml b/changelogs/fragments/48580-apt_key-no-tty.yaml new file mode 100644 index 00000000000..fe3d0f34b1a --- /dev/null +++ b/changelogs/fragments/48580-apt_key-no-tty.yaml @@ -0,0 +1,3 @@ +bugfixes: + - apt_key - Disable TTY requirement in GnuPG for the module to work correctly + when SSH pipelining is enabled (https://github.com/ansible/ansible/pull/48580)