Install Ansible for integration testing

This commit is contained in:
Luke Murphy 2021-01-06 13:23:11 +01:00
parent 8226a462de
commit f226bb757a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

@ -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: