diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 74bc006..1f6a62c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - name: install requirements run: | python -m pip install --upgrade pip - pip install ansible ansible-core lxml + pip install ansible==9.1.0 ansible-core==2.16.1 lxml - name: run ansible test working-directory: ./test run: |