![Mark Goddard](/assets/img/avatar_default.png)
This change bumps up the maximum supported Ansible version to 5.x (ansible-core 2.12.x) and minimum to 4.x. This synchronises Kayobe with Kolla Ansible (see change Ia373f9cc3bb69eba0288bbb3e497e8cadb7cc4d3). ansible 5 / ansible-core 2.12 raises the minimum version of Python to 3.8, so CentOS Stream 8 environments will typically get ansible 4 / ansible-core 2.11. Change-Id: If4477e7fa4c022ead6cda4a34a72b342f115936f
14 lines
317 B
YAML
14 lines
317 B
YAML
---
|
|
- import_playbook: test-invalid-format.yml
|
|
- import_playbook: test-mount.yml
|
|
- import_playbook: test-bootstrapped.yml
|
|
|
|
- hosts: localhost
|
|
connection: local
|
|
tasks:
|
|
- name: Fail if any tests failed
|
|
fail:
|
|
msg: >
|
|
Test failures: {{ test_failures }}
|
|
when: test_failures is defined
|