Skip to content

Commit

Permalink
Fixes two issues with test failures in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Feb 24, 2020
1 parent 8287ec2 commit 8d39d16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elk/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- src: geerlingguy.java
- src: geerlingguy.nginx
- src: geerlingguy.elasticsearch
version: 4.1.0
version: 4.1.1
- src: geerlingguy.elasticsearch-curator
version: 2.0.0
- src: geerlingguy.kibana
Expand Down
3 changes: 3 additions & 0 deletions tests/deployments-rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
groups: nodejs-api
changed_when: false

- name: Update apt cache if needed.
apt: update_cache=yes cache_valid_time=600

- name: Ensure ping is present.
apt: name=iputils-ping state=present

Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- src: geerlingguy.jenkins

- src: geerlingguy.elasticsearch
version: 4.1.0
version: 4.1.1
- src: geerlingguy.elasticsearch-curator
version: 2.0.0
- src: geerlingguy.kibana
Expand Down

0 comments on commit 8d39d16

Please sign in to comment.