Skip to content

Commit

Permalink
Merge pull request #6 from kevincoakley/0.16.0
Browse files Browse the repository at this point in the history
0.16.0
  • Loading branch information
kevincoakley authored Jul 2, 2018
2 parents c75fb47 + d42745d commit 889bd37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_install:
- printf "Host 127.0.0.1\n\tStrictHostKeyChecking no\n\tUserKnownHostsFile=/dev/null" > ~/.ssh/config

install:
- sudo pip install docker-py
- sudo pip install docker
# software-properties-common for ubuntu 14.04
- sudo apt-get install -y sshpass software-properties-common
- sudo apt-add-repository -y ppa:ansible/ansible
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
prometheus_node_exporter_version: 0.15.2
prometheus_node_exporter_version: 0.16.0
prometheus_node_exporter_download_url: https://github.com/prometheus/node_exporter/releases/download/v{{ prometheus_node_exporter_version }}/node_exporter-{{ prometheus_node_exporter_version }}.linux-amd64.tar.gz
prometheus_node_exporter_manage_user: True
prometheus_node_exporter_service_username: node-exp
Expand Down
2 changes: 1 addition & 1 deletion tests/docker_containers.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
docker_containers:
- name: ubuntu-system
image: kevincoakley/ubuntu16.04-systemd
image: kevincoakley/ubuntu18.04-systemd
expose:
- "9100"
ports:
Expand Down

0 comments on commit 889bd37

Please sign in to comment.