Skip to content

Commit

Permalink
Merge pull request #2 from abelboldu/master
Browse files Browse the repository at this point in the history
Remove opendjk install. pin 2.2.4
  • Loading branch information
abelboldu committed Sep 16, 2016
2 parents 9b21434 + f19c55c commit ecb4b20
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tasks/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@
- name: Add datastax repo
apt_repository: repo='deb http://debian.datastax.com/community stable main' state=present

- name: Install openjdk 7
apt: name=openjdk-7-jre-headless state=present

- name: Install cassandra
apt: name=cassandra=2.0.10 state=present
apt: name=cassandra=2.2.4 state=present
notify:
- Stop cassandra

Expand Down

0 comments on commit ecb4b20

Please sign in to comment.