Skip to content

Commit

Permalink
Merge develop to master, prepare for v10.8 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
avishayil authored and zivshits committed Mar 17, 2019
1 parent 169d3aa commit 1fdd8d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# pvwa git repo
- src: https://github.com/cyberark/pvwa.git
scm: git
version: v10.7
version: v10.8.1

# cpm git repo
- src: https://github.com/cyberark/cpm.git
scm: git
version: v10.7
version: v10.8

# psm git repo
- src: https://github.com/cyberark/psm.git
scm: git
version: v10.7
version: v10.8
2 changes: 0 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,4 @@
- include_tasks: register_cpm.yml
when: "'cpm' in group_names"
- include_tasks: register_psm.yml
vars:
pvwa_ip: "{{ groups['pvwa'][0] }}"
when: "'psm' in group_names"

0 comments on commit 1fdd8d1

Please sign in to comment.