mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 18:23:40 +02:00
8 lines
173 B
YAML
8 lines
173 B
YAML
---
|
|
|
|
dependencies:
|
|
- role: repo_scl # Require python > 3.6
|
|
when:
|
|
- ansible_os_family == 'RedHat'
|
|
- ansible_distribution_major_version is version('8', '<')
|