mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-29 10:54:44 +00:00
upstream CI: Explicitly install Ansible.
Without explicit installation, Ansible was failing to run on Azure pipelines. This change explicitly install the latest Ansible version available through `pip`.
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
inputs:
|
inputs:
|
||||||
versionSpec: '3.6'
|
versionSpec: '3.6'
|
||||||
|
|
||||||
- script: python -m pip install --upgrade pip setuptools wheel
|
- script: python -m pip install --upgrade pip setuptools wheel ansible
|
||||||
displayName: Install tools
|
displayName: Install tools
|
||||||
|
|
||||||
- script: pip install molecule[docker]
|
- script: pip install molecule[docker]
|
||||||
|
|||||||
Reference in New Issue
Block a user