Re-create Pipfile

Something about upgrading from Ansible 2.9 to 2.10 wasn't working.
This commit is contained in:
2020-11-01 19:04:07 +02:00
parent 7087d68459
commit 31ffda5466
2 changed files with 85 additions and 135 deletions

View File

@ -1,13 +1,12 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
ansible = "*"
ansible-lint = "*"
[dev-packages]
[packages]
ansible = "*"
[requires]
python_version = "3.8"