From 83a84ccfbd584250bf9cacd9add0c66e8def173d Mon Sep 17 00:00:00 2001 From: james-otten Date: Wed, 25 Dec 2024 14:42:07 -0500 Subject: [PATCH] learn to spell --- .github/workflows/deploy_dns_environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_dns_environment.yaml b/.github/workflows/deploy_dns_environment.yaml index 1a3b267..1ab4938 100644 --- a/.github/workflows/deploy_dns_environment.yaml +++ b/.github/workflows/deploy_dns_environment.yaml @@ -38,7 +38,7 @@ jobs: python-version: '3.11' - name: Setup ansible - run: pip install ansible passlib==1.7.4 && export PATH="$HOME/.local/bin:$PATH" && ansible-galaxy collection install -r infra/ansible/roles/requiremetns.yml + run: pip install ansible passlib==1.7.4 && export PATH="$HOME/.local/bin:$PATH" && ansible-galaxy collection install -r infra/ansible/roles/requirements.yml - name: Setup Terraform with specified version on the runner uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # @v3