summaryrefslogtreecommitdiffstats
path: root/ci/ansible/roles/osdsdb/tasks/main.yml
blob: 5b42eaf61fd6fa1ac618844a65649b96584eab09 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
- name: include scenarios/etcd.yml
  include: "{{ item }}"
  with_first_found:
    - "scenarios/etcd_{{ ansible_architecture }}.yml"
    - "scenarios/etcd.yml"
  when: db_driver == "etcd" and container_enabled == false

- name: include scenarios/container.yml
  include: scenarios/container.yml
  when: db_driver == "etcd" and container_enabled == true