ansible-roles/roles/matrix_synapse/meta/main.yml

8 lines
173 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
2022-01-28 21:00:08 +01:00
dependencies:
- role: repo_scl # Require python > 3.6
when:
- ansible_os_family == 'RedHat'
- ansible_distribution_major_version is version('8', '<')