Install Ansible for integration testing
This commit is contained in:
parent
8226a462de
commit
f226bb757a
@ -81,6 +81,7 @@ steps:
|
||||
from_secret: HCLOUD_TOKEN
|
||||
commands:
|
||||
- pip install -e .
|
||||
- pip install "ansible>=2.10, <2.11"
|
||||
- export INSTANCE_UUID=$(openssl rand -hex 5)
|
||||
- cd integration && molecule test
|
||||
depends_on:
|
||||
|
Loading…
Reference in New Issue
Block a user