-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PLAT-16262] upgrade jinja2 to fix ansible-sshd templating
Summary: Fixes errors like " The error was: ): sequence item 2: expected str instance, int found. sequence item 2: expected str instance, int found AnsibleError: Unexpected templating type error occurred on (# {{ ansible_managed }}" that would be hit when running `use_custom_ssh_port.yml` playbook Test Plan: run itests validated use_custom_ssh_port.yml runs successfully Reviewers: muthu, anijhawan Reviewed By: muthu Subscribers: yugaware Differential Revision: https://phorge.dev.yugabyte.com/D40562
- Loading branch information
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters