mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
Bug 1989197 - drop support for Ansible 2.8 https://bugzilla.redhat.com/show_bug.cgi?id=1989197 Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>
6 lines
190 B
Text
6 lines
190 B
Text
# SPDX-License-Identifier: MIT
|
|
|
|
# ansible and dependencies for all supported platforms
|
|
ansible ; python_version > "2.6"
|
|
idna<2.8 ; python_version < "2.7"
|
|
PyYAML<5.1 ; python_version < "2.7"
|