Skip to content

Commit

Permalink
Merge pull request #2 from abelboldu/dev
Browse files Browse the repository at this point in the history
remove opendjk install. pin 2.2.4
  • Loading branch information
abelboldu committed Sep 14, 2016
2 parents 9b21434 + d7a8ab7 commit f19c55c
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 f19c55c

Please sign in to comment.