Added pipfile with Ansible

This commit is contained in:
Accendit
2020-05-07 15:27:52 +02:00
parent 42ad725fe8
commit 8db8bb0459
2 changed files with 172 additions and 0 deletions

12
Pipfile Normal file
View File

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