diff --git a/molecule/default/playbook.yml b/molecule/default/playbook.yml index 16b405a..066b0d3 100644 --- a/molecule/default/playbook.yml +++ b/molecule/default/playbook.yml @@ -41,7 +41,7 @@ - name: "Install vcert for verification" pip: name: - - git+https://github.com/Venafi/vcert-python.git@fix-tpp-zone-configuration-parser + - vcert==0.7.0 - name: "Verify Venafi certificate on remote host" venafi_certificate: diff --git a/requirements.txt b/requirements.txt index e3425aa..dc4400a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -git+https://github.com/Venafi/vcert-python.git@fix-tpp-zone-configuration-parser +vcert==0.7.0 ansible cryptography \ No newline at end of file