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:
2
Pipfile
2
Pipfile
@ -12,4 +12,4 @@ cryptography = "*"
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "2.7"
|
||||
python_version = "3.6"
|
||||
|
Reference in New Issue
Block a user