Avoid always installing Ansible
This commit is contained in:
@@ -25,7 +25,7 @@ runs:
|
||||
pip install -U wheel
|
||||
pip install -U tox
|
||||
- name: Install Ansible
|
||||
if: inputs.ansible
|
||||
if: inputs.ansible == 'true'
|
||||
shell: bash
|
||||
run: |
|
||||
set -exo pipefail
|
||||
|
||||
Reference in New Issue
Block a user