From 3e26a510622cad1c595bc6328e020fae44231ba4 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 1 Jun 2022 00:12:02 -0500 Subject: [PATCH] Avoid always installing Ansible --- .github/actions/setup/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 03d1a4d..2765c1a 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -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