Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PR #1839/af18bc61 backport][stable-6] Eliminate escape codes in aws_ssm output from newer versions of Bash #2029

Conversation

patchback[bot]
Copy link

@patchback patchback bot commented Jan 3, 2024

This is a backport of PR #1839 as merged into main (af18bc6).

SUMMARY

aws_ssm - prevent escape codes from interfering with output

Fixes #1756

ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME

aws_ssm

ADDITIONAL INFORMATION

This disables the Readline feature enable-bracketed-paste which is enabled by default on Bash 5.1 and above. This was causing escape sequences like \x1b[?2004h\x1b[?2004l to get into the output from some operating systems (e.g. Amazon Linux).

…1839)

SUMMARY

aws_ssm - prevent escape codes from interfering with output

Fixes #1756

ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME

aws_ssm

ADDITIONAL INFORMATION

This disables the Readline feature enable-bracketed-paste which is enabled by default on Bash 5.1 and above. This was causing escape sequences like \x1b[?2004h\x1b[?2004l to get into the output from some operating systems (e.g. Amazon Linux).

(cherry picked from commit af18bc6)
Copy link
Contributor

Build failed.
https://ansible.softwarefactory-project.io/zuul/buildset/2d3b9bb953fb43e98675947a62aa6a3b

ansible-galaxy-importer FAILURE in 4m 59s (non-voting)
✔️ build-ansible-collection SUCCESS in 17m 23s
✔️ ansible-test-splitter SUCCESS in 5m 59s
✔️ integration-community.aws-1 SUCCESS in 9m 17s
✔️ integration-community.aws-2 SUCCESS in 9m 16s
integration-community.aws-3 FAILURE in 12m 16s
Skipped 19 jobs

@tremble tremble closed this Jan 3, 2024
@tremble tremble deleted the patchback/backports/stable-6/af18bc61c94003c146a31200c17b0b9cb0651823/pr-1839 branch January 12, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants