silpion / ansible-tomcat

Manage installation of Tomcat
Apache License 2.0
64 stars 57 forks source link

Default role does not seem to work with Ansible 2. #22

Closed nmische closed 8 years ago

nmische commented 8 years ago

With Ansbile 2.0.0.2, the sample playbook seems to hang while downloading Tomcat.

TASK [groover.tomcat : include] ************************************************

I have a very basic playbook:

- hosts: all
  roles:
    - { role: groover.tomcat }

using the following requirements.yml:


---
- src: https://github.com/silpion/ansible-util/archive/1.1.0.tar.gz
  name: silpion.util

- name: groover.tomcat
  version: 1.3.0
ghost commented 8 years ago

Right. Currently working on getting everything v2 ready and add some minor benefits.

nmische commented 8 years ago

Great, thanks!

ghost commented 8 years ago

Fixed with 2.0.0.