diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01d3c0c..d42d729 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - name: Ensure requirements are installed run: pip install -r requirements.txt - + - name: Ensure required collections/roles are installed run: ansible-galaxy install -r molecule/requirements.yml