From 9cfb3f73e8d7f910e226de3aebe6f9b9b18327ec Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 2 Nov 2022 21:54:44 +0100 Subject: [PATCH] Delete a bad PR #79263 change note --- .../79263-runme-sh-logging-3cb482385bd59058.yaml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 changelogs/fragments/79263-runme-sh-logging-3cb482385bd59058.yaml diff --git a/changelogs/fragments/79263-runme-sh-logging-3cb482385bd59058.yaml b/changelogs/fragments/79263-runme-sh-logging-3cb482385bd59058.yaml deleted file mode 100644 index a5bc88ffe39..00000000000 --- a/changelogs/fragments/79263-runme-sh-logging-3cb482385bd59058.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- - -trivial: - - >- - integration tests — added command invocation logging via ``set -x`` - to ``runme.sh`` scripts where it was missing and improved failing - fast in those scripts that use pipes (via ``set -o pipefail``). - See `PR #79263` https://github.com/ansible/ansible/pull/79263>`__. - -...