From 98ec86245cbc42a41ef0ff8584dfa8ee58d4a715 Mon Sep 17 00:00:00 2001 From: Lucio Carvalho Jr <104793602+luciocarvalhojr@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:14:37 -0500 Subject: [PATCH 1/2] fix: hub#18637 Python Interpreter --- .github/workflows/copy-database.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/copy-database.yml b/.github/workflows/copy-database.yml index 948166e..53c5666 100644 --- a/.github/workflows/copy-database.yml +++ b/.github/workflows/copy-database.yml @@ -47,6 +47,7 @@ jobs: - name: Export DB run: | ansible-playbook -i /ansible/inventory/ssm.ini \ + -e ansible_python_interpreter=${ANSIBLE_PYTHON_INTERPRETER} \ -e env_type=${TM_DB_ENV_TYPE} \ /ansible/playbooks/db-export.yml From 9c054f24fc294129fda8d48b770dfbfd53409f2e Mon Sep 17 00:00:00 2001 From: Lucio Carvalho Jr <104793602+luciocarvalhojr@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:15:58 -0500 Subject: [PATCH 2/2] fix: hub#18637 action naming --- templates/database-export.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/database-export.yml b/templates/database-export.yml index c5990fa..4ba37ec 100644 --- a/templates/database-export.yml +++ b/templates/database-export.yml @@ -1,4 +1,4 @@ -name: Export/Import Database to S3 via SSM +name: Export/Import Database to S3 on: schedule: @@ -14,4 +14,4 @@ jobs: uses: toumoro/tm-workflows/.github/workflows/copy-database.yml@v1 secrets: aws-oidc-role-arn: ${{ secrets.TM_CLIENT_AWS_OIDC_ROLE_ARN }} - tm-tmdt-aws-oidc-role-arn: ${{ secrets.TM_TMDT_AWS_OIDC_ROLE_ARN }} \ No newline at end of file + tm-tmdt-aws-oidc-role-arn: ${{ secrets.TM_TMDT_AWS_OIDC_ROLE_ARN }}