Pipfile: Switch back to Python 3
It seems the issue with ansible-vault has been solved in the upcoming Ansible 2.5.x so I'll switch back to using Python 3 with pipenv.
This commit is contained in:
parent
3c7e5415ae
commit
cde6dcde74
2
Pipfile
2
Pipfile
@ -12,4 +12,4 @@ cryptography = "*"
|
|||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "2.7"
|
python_version = "3.6"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user