From bc2f9fb4e579d73d4802027535c409c8bee2c785 Mon Sep 17 00:00:00 2001 From: Mario Lubenka Date: Fri, 12 Mar 2021 12:38:52 +0100 Subject: [PATCH] ci: downgrade StackHead to latest release --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a41c9f..8609e2d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - name: Print Ansible and Python version run: ansible --version && python --version - name: Get latest StackHead version - run: ansible-galaxy collection install git+https://github.com/getstackhead/stackhead.git,next -f + run: ansible-galaxy collection install git+https://github.com/getstackhead/stackhead.git,v1.2.0 -f - run: ansible-playbook ./__tests__/test-tf-generation.yml checkLabel: