diff --git a/.github/workflows/reusable-molecule.yml b/.github/workflows/reusable-molecule.yml index 442ce05..92c0c21 100644 --- a/.github/workflows/reusable-molecule.yml +++ b/.github/workflows/reusable-molecule.yml @@ -41,7 +41,7 @@ jobs: # jmespath==1.0.1 run: | set -e - echo "ansible==${{ inputs.ansible-version }} >> requirements-molecule.txt + echo "ansible==${{ inputs.ansible-version }}" >> requirements-molecule.txt pip3 install --no-cache-dir -r requirements-molecule.txt working-directory: "${{ github.repository }}/.github/workflows" - name: Print versions