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