diff --git a/.drone.yml b/.drone.yml index 81403f0..5d9ff01 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: