Alan Orth
9dfc0a2f1c
I haven't tested Ansible 2.6 yet. See: https://github.com/ansible/ansible/blob/stable-2.6/changelogs/CHANGELOG-v2.6.rst See: https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.6.html
18 lines
238 B
TOML
18 lines
238 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
"Jinja2" = "*"
|
|
PyYAML = "*"
|
|
paramiko = "*"
|
|
cryptography = "*"
|
|
ansible = "<2.6"
|
|
netaddr = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.6"
|