From 0cd2d91b9d114010b41a41baf736182160d3be04 Mon Sep 17 00:00:00 2001 From: Sergey Melnikov Date: Tue, 18 Oct 2022 17:44:19 +0300 Subject: [PATCH] Fix deploy-new job by installing sivel.toiletwater (#2641) --- .github/workflows/build_and_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index ad68b09832..d90455ccca 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -774,6 +774,7 @@ jobs: exit 1 fi + ansible-galaxy collection install sivel.toiletwater ansible-playbook deploy.yaml -i staging.us-east-2.hosts.yaml -e @ssm_config -e CONSOLE_API_TOKEN=${{secrets.NEON_STAGING_API_KEY}} rm -f neon_install.tar.gz .neon_current_version