From f226bb757a84517ae70cec48ac20657ff75beca7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 6 Jan 2021 13:23:11 +0100 Subject: [PATCH] Install Ansible for integration testing --- .drone.yml | 1 + 1 file changed, 1 insertion(+) 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: