Drone CI: Install ansible requirements
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
22a2b01af9
commit
61bcf4752d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue