From 61bcf4752d0dbbd0a683bc9c66c4017c8f80bb82 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Thu, 6 Apr 2023 01:04:16 +0200 Subject: [PATCH] Drone CI: Install ansible requirements --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index fe21db6..37a5392 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,6 +36,7 @@ steps: ANSIBLE_FORCE_COLOR: "true" commands: - cd coreos-config + - ansible-galaxy install -r requirements.yaml - ansible-playbook --limit ci_apply --private-key ../ssh_key --inventory=inventory.yaml playbook.yaml - name: Validate Ansible image: registry.tobiasmanske.de/ansible-runner:latest @@ -45,6 +46,7 @@ steps: ANSIBLE_FORCE_COLOR: "true" commands: - cd coreos-config + - ansible-galaxy install -r requirements.yaml - ansible-playbook --limit ci_apply --check --private-key ../ssh_key --inventory=inventory.yaml playbook.yaml image_pull_secrets: