Skip to content

Conversation

@steenzout
Copy link
Member

  • removed testing for ansible 1.9.3
  • added testing for ansible 1.9.4 and 2.0.0.2
  • updated the Java version used for testing so Debian tests pass
  • fixed galaxy errors and warnings for issue galaxy error #8
  • no longer test for wheezy
  • no longer test for centos 6.4 and 6.6
  • updated centos 7 image

gaelL and others added 8 commits February 18, 2016 16:36
Reading ansible doc `cache_valid_time` used without `update_cache` will
not update apt cache.

http://docs.ansible.com/ansible/apt_module.html

```
If update_cache is specified and the last run is less or equal than cache_valid_time seconds ago, the update_cache gets skipped.
```

Doc example :

```
- apt: update_cache=yes cache_valid_time=3600
```

This commit add `update_cache` flag to ensure apt is updated to setup java.
 debian-apt: cache_valid_time without update_cache
…o tests pass and the most recent version as default
@steenzout steenzout added this to the v4.9.6 milestone Feb 22, 2016
@steenzout steenzout self-assigned this Feb 22, 2016
steenzout added a commit that referenced this pull request Feb 22, 2016
@steenzout steenzout merged commit 8e5555d into master Feb 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants