Skip to content

Commit

Permalink
Fb/release 11.5 - master (#115)
Browse files Browse the repository at this point in the history
* EPVB-324: call new PVWADeploy powershell with secured password object
* validate PVWADeploy output
* fix special characters issue in vault password
  • Loading branch information
erz4 authored Jun 15, 2020
1 parent 85b3f4c commit 83da1eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- name: download package from s3
aws_s3:
bucket: cloud-initiatives-pipeline-bucket
object: "Packages/v11.4/Password Vault Web Access-Rls-v11.4.zip"
object: "Packages/v11.5/Password Vault Web Access-Rls-v11.5.zip"
dest: "/tmp/pvwa.zip"
mode: get
delegate_to: localhost
Expand Down
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
# vars file for pvwa
pvwa_sha1_checksum: "bc9c4783f17e1e77fb09d5611d32adad6676f5a1"
pvwa_sha1_checksum: "1e1249d7bf0291d81e62385f27f102778ba91298"

0 comments on commit 83da1eb

Please sign in to comment.