diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index e20ae221..cd81778d 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -21,7 +21,7 @@ jobs: with: python-version: '3.x' architecture: 'x64' - - name: Initialize pipenv - run: pipenv install -d + - name: Install Ansible Lint + run: pip install ansible-lint - name: Ansible Lint - run: pipenv run ansible-lint -s + run: ansible-lint -s