hoborglabs / ansible_gocd_server

GO CD Server
0 stars 0 forks source link

Superfluous Java Dependancy #2

Closed benwaine closed 8 years ago

benwaine commented 8 years ago

This module is dependant on java see meta/main.yml.


---

galaxy_info:
  author: "Wojtek Oledzki"
  description: "Install the Go Continuous Delivery server."
  license: MIT
  min_ansible_version: 1.8
  platforms:
    - name: Ubuntu
      versions:
        - all
  categories:
    - development

dependencies:
  - java

When attempting to run the play an error is displayed indicating the java module can not be found. Furthermore the apt package invoked by the play installs the open JDK. I'd remove this and update defaults/main.yml java_home variable to point to the open JDK (on ubuntu 14.04 /usr/lib/jvm/java-7-openjdk-amd64/jre)

woledzki commented 8 years ago

@benwaine I will make the dependency optional

woledzki commented 8 years ago

@benwaine fixded in https://github.com/ansible-city/gocd_server