Avoid always installing Ansible

This commit is contained in:
Greg Hellings
2022-06-01 00:13:07 -05:00
parent 17ed669ef1
commit 3e26a51062
+1 -1
View File
@@ -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